Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 692c480082 | |||
| 290dcdb25b | |||
| ebd0e0e76d |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
const halant = Halant({
|
||||
@@ -34,7 +33,7 @@ export default function RootLayout({
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -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