3 Commits

Author SHA1 Message Date
692c480082 Remove watermark 2026-04-11 19:49:49 +00:00
290dcdb25b Update src/app/page.tsx 2026-04-10 19:42:13 +00:00
ebd0e0e76d Merge version_3 into main
Merge version_3 into main
2026-04-10 19:41:02 +00:00
2 changed files with 4 additions and 5 deletions

View File

@@ -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={{

View File

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