From 042ea99d91f602fe0c7184df7b6fd57a3b5dad68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:22:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ecc675..a720c46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { rating={5} ratingText="Trusted by 500+ homeowners" buttons={[ - { text: "Browse Properties", href: "#properties" }, + { text: "View Luxury Listings", href: "#properties" }, { text: "Schedule Tour", href: "#contact" } ]} buttonAnimation="slide-up" -- 2.49.1