From 8dc50750b9062c26950caea0f0ca6ccfb222f6f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:48:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb7c24..b1b81ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="J M Business Enterprises" + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1