Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 635eb9e381 | |||
| 827267627c | |||
| 02c81e0b47 | |||
| 062bc2902e | |||
| 51884f6795 |
@@ -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", onClick: () => window.location.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", onClick: () => window.location.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", onClick: () => window.location.href = "/payment" }]}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user