From 61276258d530f1d560da0331eb6aefc2af8cec85 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:44:48 +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 f9aa404..41299eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,7 +219,7 @@ export default function LandingPage() { columns={[ { title: "Properties", items: [ - { label: "View Listings", href: "properties" }, + { label: "Browse Properties", href: "properties" }, { label: "Investment Guide", href: "#" }, { label: "Market Reports", href: "#" } ] -- 2.49.1