|
|
|
|
@@ -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: "Book Consultation", href: "/contact" }}
|
|
|
|
|
/>
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
title="Launch Your Local Business Online"
|
|
|
|
|
@@ -48,8 +45,8 @@ export default function LaunchPadLocalPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "canvas-reveal" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Claim Your Spot", href: "#contact" },
|
|
|
|
|
{ text: "See Projects", href: "#work" },
|
|
|
|
|
{ text: "Book Consultation", href: "/contact" },
|
|
|
|
|
{ text: "View Our Portfolio", href: "#work" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
@@ -68,51 +65,34 @@ 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" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<FeatureCardTwentySix
|
|
|
|
|
title="Recent Local Launches"
|
|
|
|
|
description="We partner with hardworking business owners to bring their vision to the screen."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "View Our Portfolio", href: "#work" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
cardClassName="!h-auto aspect-video"
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "The Daily Grind", description: "Local Coffee Roastery Site", imageSrc: "http://img.b2bpic.net/free-photo/homemade-recipe-food-nutrition-appetite_53876-133764.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "City Plumbing", description: "Emergency service portal", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733205.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Bloom Landscapes", description: "Residential gardening showcase", imageSrc: "http://img.b2bpic.net/free-photo/investors-interested-factory-analyze-revenue-streams-green-screen-monitor_482257-123486.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Summit Auto", description: "Full-service repair shop site", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171222.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Elite Fitness", description: "Training membership portal", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163402.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<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>
|
|
|
|
|
<div id="work">
|
|
|
|
|
<FeatureCardTwentySix
|
|
|
|
|
title="Recent Local Launches"
|
|
|
|
|
description="We partner with hardworking business owners to bring their vision to the screen."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[{ text: "View Our Portfolio", href: "#work" }]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
cardClassName="!h-auto aspect-video"
|
|
|
|
|
features={[
|
|
|
|
|
{ title: "The Daily Grind", description: "Local Coffee Roastery Site", imageSrc: "http://img.b2bpic.net/free-photo/homemade-recipe-food-nutrition-appetite_53876-133764.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "City Plumbing", description: "Emergency service portal", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733205.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Bloom Landscapes", description: "Residential gardening showcase", imageSrc: "http://img.b2bpic.net/free-photo/investors-interested-factory-analyze-revenue-streams-green-screen-monitor_482257-123486.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Summit Auto", description: "Full-service repair shop site", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171222.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
{ title: "Elite Fitness", description: "Training membership portal", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163402.jpg", buttonIcon: ArrowUpRight },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="LaunchPad Local built our site in under two weeks. We've seen a massive increase in inbound local inquiries ever since. Incredible ROI."
|
|
|
|
|
rating={5}
|
|
|
|
|
@@ -139,7 +119,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: "/contact" }]}
|
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -147,7 +127,7 @@ export default function LaunchPadLocalPage() {
|
|
|
|
|
logoText="LaunchPad Local"
|
|
|
|
|
copyrightText="© 2026 | LaunchPad Local"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "#" }] },
|
|
|
|
|
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Contact", href: "/contact" }] },
|
|
|
|
|
{ title: "Services", items: [{ label: "Web Design", href: "#" }, { label: "Local SEO", href: "#" }] },
|
|
|
|
|
{ title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "Guides", href: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
|