From b6b5d7ad27f12fe1706c70f1ef3dfa30022ecfa3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:37:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9bc57a..0a4b041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,6 +127,10 @@ export default function LandingPage() { { id: "p6", name: "Luxury Skyline Dining", price: "$1.8M", imageSrc: "http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"}, ]} + buttons={[ + { + text: "View All Properties", href: "/catalog"}, + ]} title="Exclusive Property Listings" description="Explore our hand-picked selection of high-value real estate investments." /> -- 2.49.1