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} />