This commit modifies the PropertyContext to reverse the order of reviews retrieved from the API response. Additionally, it adds pagination functionality to the PropertyReviewSection component, allowing users to navigate through multiple pages of reviews. These changes improve the user experience by displaying the most recent reviews first and providing a more organized view of the reviews.
Describe your changes
Issue ticket number and link
Checklist before requesting a review
[ ] I have performed a self-review of my code
[ ] If it is a core feature, I have added thorough tests.
[ ] Do we need to implement analytics?
[ ] Will this be part of a product update? If yes, please write one phrase about this update.
This commit modifies the PropertyContext to reverse the order of reviews retrieved from the API response. Additionally, it adds pagination functionality to the PropertyReviewSection component, allowing users to navigate through multiple pages of reviews. These changes improve the user experience by displaying the most recent reviews first and providing a more organized view of the reviews.
Describe your changes
Issue ticket number and link
Checklist before requesting a review