From 684212fb70ad19688d0758c8735d53213bcf6c51 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:43:17 +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 e5edce9..d733d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1