diff --git a/src/app/page.tsx b/src/app/page.tsx index 27dadfc..9f14412 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Luxe Realty" + button={{ text: "Inquire Now", href: "#contact" }} /> @@ -60,7 +61,6 @@ export default function LandingPage() {