From b80bd9fe6e3a5672c69513571ae7df85c8b58308 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:11:11 +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 325ae38..b20fa9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { name: "Contact", id: "#contact"}, ]} brandName="My Website" + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1