6 Commits

Author SHA1 Message Date
1f7f18b26a Update src/app/page.tsx 2026-04-11 19:56:34 +00:00
62597428d4 Merge version_6 into main
Merge version_6 into main
2026-04-11 19:54:37 +00:00
a027d82d71 Update src/app/page.tsx 2026-04-11 19:54:34 +00:00
5d11c303db Update src/app/contact/page.tsx 2026-04-11 19:54:33 +00:00
6872f6e064 Merge version_5 into main
Merge version_5 into main
2026-04-11 19:52:21 +00:00
95569de1ec Merge version_5 into main
Merge version_5 into main
2026-04-11 19:51:55 +00:00
2 changed files with 25 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ export default function ContactPage() {
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Started", href: "/contact" }}
button={{ text: "Book Consultation", href: "/contact" }}
/>
</div>
<div id="contact" data-section="contact">
@@ -30,6 +30,8 @@ export default function ContactPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your project..." }}
useInvertedBackground={false}
buttonText="Submit Request"
onSubmit={(email) => console.log("Consultation requested for:", email)}
/>
</div>
<FooterBase
@@ -43,4 +45,4 @@ export default function ContactPage() {
/>
</ThemeProvider>
);
}
}

View File

@@ -35,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"
@@ -45,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"
@@ -75,22 +75,24 @@ 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}
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}