From efed5321b4559c3addf9561d96190e226ba3fc72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 22:16:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5df1d44..fd81212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,6 +110,9 @@ export default function LandingPage() { ]} title="Featured Listings" description="Explore our curated selection of premium properties." + buttons={[ + { text: "View All Listings", href: "/listings" } + ]} /> -- 2.49.1