Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-11 14:53:13 +00:00

View File

@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
testimonials={[
{ id: "t-1", name: "Isabella Rossi", role: "Investor", company: "Global Ventures", 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=2", imageAlt: "Isabella Rossi" },
{ id: "t-2", name: "Alessio Bianchi", role: "Villa Owner", company: "Private Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-calculating-his-monthly-expenses_329181-20656.jpg?_wi=2", imageAlt: "Alessio Bianchi" },
{ id: "t-3", name: "Sofia Contini", role: "Real Estate Buyer", company: "Tech Innovator", 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=2", imageAlt: "Sofia Contini" },
{ id: "t-1", name: "Isabella Rossi", role: "Investor", company: "Global Ventures", 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: "Isabella Rossi" },
{ id: "t-2", name: "Alessio Bianchi", role: "Villa Owner", company: "Private Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-calculating-his-monthly-expenses_329181-20656.jpg", imageAlt: "Alessio Bianchi" },
{ id: "t-3", name: "Sofia Contini", role: "Real Estate Buyer", company: "Tech Innovator", 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: "Sofia Contini" },
{ id: "t-4", name: "Marco Ricci", role: "Property Developer", company: "Luxury Builds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-men-looking-away_23-2148269308.jpg", imageAlt: "Marco Ricci" },
{ id: "t-5", name: "Valentina Ferrari", role: "Holiday Renter", company: "Travel Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-couple-out-city-with-laptop-tablet_23-2148645421.jpg", imageAlt: "Valentina Ferrari" }
]}