From 99dd10ecd61914c87f8df3bff08e40c399f430bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:47:27 +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 cbacbf9..ad17173 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Home} tagAnimation="slide-up" buttons={[ - { text: "View Properties", href: "#properties" }, + { text: "Browse Premium Properties", href: "#properties" }, { text: "Schedule Free Consultation", href: "#contact" } ]} buttonAnimation="slide-up" @@ -205,7 +205,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" title="Looking for the Perfect Property?" - description="Get a personalized property recommendation and market insights in 24 hours—no obligations" + description="Let our expert agents help you find the best property deals today. Get personalized consultation and transparent guidance through your real estate journey." background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" -- 2.49.1