Merge version_4 into main #4
@@ -35,7 +35,7 @@ export default function LaunchPadLocalPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", onClick: () => window.location.href = "/payment" }}
|
||||
button={{ text: "Get Started", 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", onClick: () => window.location.href = "/payment" },
|
||||
{ text: "Claim Your Spot", 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", onClick: () => window.location.href = "/payment" }]}
|
||||
buttons={[{ text: "Book a Consultation", href: "/payment" }]}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user