From 635eb9e38117c3f74216d2efcf0030342bc23fb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 19:40:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b060663..4d4ca1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LaunchPadLocalPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", onClick: () => window.location.href = "/payment" }} /> window.location.href = "/payment" }, { text: "See Projects", href: "#work" }, ]} buttonAnimation="slide-up" @@ -117,7 +117,7 @@ export default function LaunchPadLocalPage() { tag="Get Started" title="Ready to Launch Your Local Brand?" description="Take your business to the next level. Let's build your new website today." - buttons={[{ text: "Book a Consultation", href: "#contact" }]} + buttons={[{ text: "Book a Consultation", onClick: () => window.location.href = "/payment" }]} background={{ variant: "rotated-rays-animated" }} useInvertedBackground={false} /> -- 2.49.1