8 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
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
02c81e0b47 Update src/app/page.tsx 2026-04-10 19:39:10 +00:00
062bc2902e Merge version_2 into main
Merge version_2 into main
2026-04-10 19:38:41 +00:00
51884f6795 Update src/app/page.tsx 2026-04-10 19:38:35 +00:00
2 changed files with 16 additions and 39 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

@@ -4,16 +4,13 @@ import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
import { Sparkles, ArrowUpRight, Award, Users, TrendingUp } from "lucide-react";
export default function LaunchPadLocalPage() {
return (
@@ -38,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", href: "/payment" }}
/>
<HeroSplitDoubleCarousel
title="Launch Your Local Business Online"
@@ -48,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", href: "/payment" },
{ text: "See Projects", href: "#work" },
]}
buttonAnimation="slide-up"
@@ -68,35 +65,16 @@ export default function LaunchPadLocalPage() {
]}
carouselItemClassName="!aspect-[4/5]"
/>
<FeatureBento
title="Solutions That Drive Local Growth"
description="We don't just build pages; we build revenue engines for your community business."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Explore Services", href: "#services" }]}
buttonAnimation="slide-up"
features={[
{
title: "SEO Dominance", description: "Be the first name your neighbors see when they search for your services.", bentoComponent: "marquee", centerIcon: Search,
variant: "text", texts: ["Local Keywords", "Map Pack", "Organic Growth", "Neighborhood Traffic", "Rankings", "Google Business"],
},
{
title: "Fast Local Web", description: "Lightning-fast custom builds to keep your local customers engaged.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg", imageAlt: "Fast loading store" },
{ imageSrc: "http://img.b2bpic.net/free-photo/online-ticket-booking_53876-65475.jpg", imageAlt: "Clean service interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/consult-advice-information-serveice-sharing-concept_53876-125587.jpg", imageAlt: "Professional landing page" },
],
},
{
title: "Business Identity", description: "A brand identity that builds instant trust with your local market.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-envelope_23-2148500520.jpg", imageAlt: "Brand kit 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345402.jpg", imageAlt: "Brand kit 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mq1usc", imageAlt: "Brand kit 3" },
],
},
]}
/>
<div id="services">
<FeatureCardMedia
title="Building websites for your business"
description="Our custom web design solutions help local businesses reach more customers and grow their digital footprint effectively."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[]}
/>
</div>
<FeatureCardTwentySix
title="Recent Local Launches"
description="We partner with hardworking business owners to bring their vision to the screen."
@@ -139,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", href: "/payment" }]}
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
/>