From 4cd31378d864fc4761f68574947477810d756b08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:17:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {