From 039638a8b1bee73998f7ce794c66fe9b8f3aa9e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 07:15:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c231a6..6af40c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,9 @@ export default function LandingPage() { title="Your New Chapter Starts Here" description="Square One Real Estate delivers seamless property solutions with expertise, integrity, and a personalized approach to every transaction." tag="Trusted Real Estate Experts" + buttons={[ + { text: "Browse Listings", href: "#products" } + ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-architectural-lighting_84443-74866.jpg?_wi=1", imageAlt: "Modern luxury home exterior"}, @@ -210,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file