|
|
|
|
@@ -46,7 +46,6 @@ export default function LaunchPadLocalPage() {
|
|
|
|
|
background={{ variant: "canvas-reveal" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Consultation", href: "/contact" },
|
|
|
|
|
{ text: "See Projects", href: "#work" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
carouselPosition="right"
|
|
|
|
|
@@ -75,22 +74,23 @@ export default function LaunchPadLocalPage() {
|
|
|
|
|
features={[]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<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="work">
|
|
|
|
|
<FeatureCardTwentySix
|
|
|
|
|
title="Recent Local Launches"
|
|
|
|
|
description="We partner with hardworking business owners to bring their vision to the screen."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
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}
|
|
|
|
|
@@ -125,12 +125,12 @@ export default function LaunchPadLocalPage() {
|
|
|
|
|
logoText="LaunchPad Local"
|
|
|
|
|
copyrightText="© 2026 | LaunchPad Local"
|
|
|
|
|
columns={[
|
|
|
|
|
{ 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: "#" }] },
|
|
|
|
|
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
|
|
|
|
{ title: "Services", items: [{ label: "Web Design", href: "/services" }, { label: "Local SEO", href: "/services" }] },
|
|
|
|
|
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Guides", href: "/guides" }] },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|