From 09da72aede32a207651b603285094ae0037a03d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:53:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ca7e4..1d05264 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { id: "1", value: "500+", title: "Successful Transactions", items: ["Residential & commercial", "First-time buyers to investors", "Personalized service"] }, { - id: "2", value: "$1.2B+", title: "Total Property Sales Volume", description: "Combined value of all transactions", items: ["Consistent market growth", "Competitive pricing", "Strong negotiation results"] + id: "2", value: "$1.2B+", title: "Total Property Sales Volume", items: ["Consistent market growth", "Competitive pricing", "Strong negotiation results"] }, { id: "3", value: "98%", title: "Client Satisfaction Rate", items: ["Long-term relationships", "Repeat clients", "Referral-based growth"] @@ -235,7 +235,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&q=80" - imageAlt: "Real estate consultation meeting" + imageAlt="Real estate consultation meeting" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="your@email.com" -- 2.49.1