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