From 1bb9a4bd81d3203758ea774be92e370ff37fae65 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:03:54 +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 68f0420..c86005d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} + button={{ text: "Get Started", href: "contact" }} /> -- 2.49.1