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: "#" }
]