From 5421ec048c3104f07def6d3dffac5128e7e6b441 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:38:19 +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 1110e53..99c3678 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Browse Properties", href: "properties" }, - { text: "Contact Agent", href: "contact" }, + { text: "View Exclusive Properties", href: "properties" }, ]} buttonAnimation="slide-up" /> -- 2.49.1