From 4ec36ad071069d8b27cbc347a3ed3b0d2ac0d353 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:38:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a736c1c..f9aa404 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageAlt="Luxury modern apartment with panoramic city views" frameStyle="card" buttons={[ - { text: "View", href: "properties" }, + { text: "View Properties", href: "properties" }, { text: "Book a Viewing", href: "contact" } ]} /> @@ -124,16 +124,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "1,500+", title: "Happy Buyers", description: "Satisfied clients across 8 countries", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780533568-ur6ypsq1.jpg", imageAlt: "Successful buyer testimonials" + id: "1", value: "1,500+", title: "Happy Buyers", description: "Satisfied clients across 8 countries with +125% return on investment in 2 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780533568-ur6ypsq1.jpg", imageAlt: "Successful buyer testimonials" }, { - id: "2", value: "€850M+", title: "Portfolio Value", description: "Total investments successfully matched", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780534698-jltgws2g.jpg", imageAlt: "Premium property portfolio" + id: "2", value: "€850M+", title: "Portfolio Value", description: "Total investments successfully matched with +89% appreciation in 3 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780534698-jltgws2g.jpg", imageAlt: "Premium property portfolio" }, { - id: "3", value: "45 Days", title: "Average Close Time", description: "Fastest in-market transaction timeline", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780537204-75l4uwot.jpg", imageAlt: "Fast closing process illustration" + id: "3", value: "45 Days", title: "Average Close Time", description: "Fastest in-market transaction timeline - 67% faster than industry standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780537204-75l4uwot.jpg", imageAlt: "Fast closing process illustration" }, { - id: "4", value: "8+%", title: "Average Annual Return", description: "For qualifying rental and investment properties", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780539291-zee4kc9e.jpg", imageAlt: "Investment property returns" + id: "4", value: "8+%", title: "Average Annual Return", description: "For qualifying rental and investment properties with +180% growth over 5 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780539291-zee4kc9e.jpg", imageAlt: "Investment property returns" } ]} />