diff --git a/src/app/page.tsx b/src/app/page.tsx index f15174b..159edbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { title="Experience Unrivalled Luxury Living in Esmeralda" description="Discover our curated collection of exquisite villas, exclusive properties for sale, and premium property management services. Your dream home awaits." testimonials={[ - { id: "1", name: "Eleanor Vance", handle: "@eleanorvance", testimonial: "Luxury Esmeralda made finding our dream villa an absolute pleasure. Their attention to detail and market expertise are unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/all-good-confident-male-ceo-manager-showing-okay-sign-winking-everything-control-praising_1258-149933.jpg?_wi=1", imageAlt: "Eleanor Vance" }, - { id: "2", name: "Marcus Aurelius", handle: "@marcusaurelius", testimonial: "The property management services are exceptional. Complete peace of mind knowing our investment is in the best hands.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-calculating-his-monthly-expenses_329181-20656.jpg?_wi=1", imageAlt: "Marcus Aurelius" }, - { id: "3", name: "Sophia Chen", handle: "@sophiachen", testimonial: "From initial viewing to final acquisition, the team was incredibly professional and responsive. Highly recommended for luxury properties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-salesman-realtor-showing-small-paper-house-cutout-looking-c_1258-173665.jpg?_wi=1", imageAlt: "Sophia Chen" } + { name: "Eleanor Vance", handle: "@eleanorvance", testimonial: "Luxury Esmeralda made finding our dream villa an absolute pleasure. Their attention to detail and market expertise are unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/all-good-confident-male-ceo-manager-showing-okay-sign-winking-everything-control-praising_1258-149933.jpg", imageAlt: "Eleanor Vance" }, + { name: "Marcus Aurelius", handle: "@marcusaurelius", testimonial: "The property management services are exceptional. Complete peace of mind knowing our investment is in the best hands.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-calculating-his-monthly-expenses_329181-20656.jpg", imageAlt: "Marcus Aurelius" }, + { name: "Sophia Chen", handle: "@sophiachen", testimonial: "From initial viewing to final acquisition, the team was incredibly professional and responsive. Highly recommended for luxury properties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-salesman-realtor-showing-small-paper-house-cutout-looking-c_1258-173665.jpg", imageAlt: "Sophia Chen" } ]} tag="Esmeralda's Premier Real Estate" tagIcon={Star} @@ -146,9 +146,9 @@ export default function LandingPage() {