diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 3303ddc..c15192d 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -26,42 +26,24 @@ export default function LandingPage() {
@@ -73,53 +55,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1-full",
- name: "Sarah Johnson",
- role: "Family Vacationer",
- testimonial: "Our family had an incredible time! The staff were so friendly, and the rooms were exceptionally clean and comfortable. A truly relaxing getaway.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg",
- imageAlt: "Sarah Johnson",
- },
+ id: "1-full", name: "Sarah Johnson", role: "Family Vacationer", testimonial: "Our family had an incredible time! The staff were so friendly, and the rooms were exceptionally clean and comfortable. A truly relaxing getaway.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg", imageAlt: "Sarah Johnson"},
{
- id: "2-full",
- name: "Michael Chen",
- role: "Couple's Retreat",
- testimonial: "A perfect peaceful escape. The ambiance is just what we needed, and the hospitality was unmatched. We will definitely be back soon!",
- imageSrc: "http://img.b2bpic.net/free-photo/hotel-lounge-area-smiling-elderly-guy-snaps-photo-his-phone-while-staff-aids-another-client-background-retired-senior-traveller-taking-photos-pleasant-holiday-trip-his-smartphone_482257-70104.jpg",
- imageAlt: "Michael Chen",
- },
+ id: "2-full", name: "Michael Chen", role: "Couple's Retreat", testimonial: "A perfect peaceful escape. The ambiance is just what we needed, and the hospitality was unmatched. We will definitely be back soon!", imageSrc: "http://img.b2bpic.net/free-photo/hotel-lounge-area-smiling-elderly-guy-snaps-photo-his-phone-while-staff-aids-another-client-background-retired-senior-traveller-taking-photos-pleasant-holiday-trip-his-smartphone_482257-70104.jpg", imageAlt: "Michael Chen"},
{
- id: "3-full",
- name: "Emily Rodriguez",
- role: "Group Traveler",
- testimonial: "We held our team building here and everyone loved it! The facilities were well-maintained and the food was fantastic. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/summer-pool-concept-with-couple_23-2147814785.jpg",
- imageAlt: "Emily Rodriguez",
- },
+ id: "3-full", name: "Emily Rodriguez", role: "Group Traveler", testimonial: "We held our team building here and everyone loved it! The facilities were well-maintained and the food was fantastic. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/summer-pool-concept-with-couple_23-2147814785.jpg", imageAlt: "Emily Rodriguez"},
{
- id: "4-full",
- name: "David Kim",
- role: "Solo Adventurer",
- testimonial: "The serene environment allowed me to truly unwind. Exceptional cleanliness everywhere, and the views are breathtaking. A hidden gem!",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg",
- imageAlt: "David Kim",
- },
+ id: "4-full", name: "David Kim", role: "Solo Adventurer", testimonial: "The serene environment allowed me to truly unwind. Exceptional cleanliness everywhere, and the views are breathtaking. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg", imageAlt: "David Kim"},
{
- id: "5-full",
- name: "Jessica Lee",
- role: "Event Planner",
- testimonial: "Australasia Resort was the ideal venue for our event. The staff's professionalism and attention to detail made everything seamless. Truly impressive!",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9733.jpg",
- imageAlt: "Jessica Lee",
- },
+ id: "5-full", name: "Jessica Lee", role: "Event Planner", testimonial: "Australasia Resort was the ideal venue for our event. The staff's professionalism and attention to detail made everything seamless. Truly impressive!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9733.jpg", imageAlt: "Jessica Lee"},
{
- id: "6-full",
- name: "Robert Davis",
- role: "Weekend Getaway",
- testimonial: "Absolutely loved my stay! The peaceful environment and the caring staff made it an unforgettable experience. Can't wait for my next visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-beach_23-2149445595.jpg",
- imageAlt: "Robert Davis",
- },
+ id: "6-full", name: "Robert Davis", role: "Weekend Getaway", testimonial: "Absolutely loved my stay! The peaceful environment and the caring staff made it an unforgettable experience. Can't wait for my next visit.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-beach_23-2149445595.jpg", imageAlt: "Robert Davis"},
]}
title="Authentic Guest Experiences"
description="Read what our cherished guests have to say about their stays, highlighting our warm hospitality, impeccable cleanliness, and serene environment."
@@ -130,7 +76,7 @@ export default function LandingPage() {
@@ -138,71 +84,43 @@ export default function LandingPage() {