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" } + ]} />