From 27a76eef132b9b09a572b09a4f3317624a04f95d Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 12:02:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c55d81..3844b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() {
@@ -141,7 +141,7 @@ export default function LandingPage() {
@@ -219,7 +219,7 @@ export default function LandingPage() { columns={[ { title: "Properties", items: [ - { label: "Browse Properties", href: "properties" }, + { label: "View Listings", href: "properties" }, { label: "Investment Guide", href: "#" }, { label: "Market Reports", href: "#" } ] -- 2.49.1