3 Commits

Author SHA1 Message Date
635eb9e381 Update src/app/page.tsx 2026-04-10 19:40:56 +00:00
827267627c Merge version_2 into main
Merge version_2 into main
2026-04-10 19:39:16 +00:00
062bc2902e Merge version_2 into main
Merge version_2 into main
2026-04-10 19:38:41 +00:00

View File

@@ -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" }}
/>
<HeroSplitDoubleCarousel
title="Launch Your Local Business Online"
@@ -45,7 +45,7 @@ export default function LaunchPadLocalPage() {
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Claim Your Spot", href: "#contact" },
{ text: "Claim Your Spot", onClick: () => 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}
/>