Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-10 19:41:02 +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}
/>