Merge version_6 into main #8

Merged
bender merged 2 commits from version_6 into main 2026-04-11 19:54:37 +00:00
2 changed files with 6 additions and 4 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,7 +45,7 @@ export default function LaunchPadLocalPage() {
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Claim Your Spot", href: "/contact" },
{ text: "Book Consultation", href: "/contact" },
{ text: "See Projects", href: "#work" },
]}
buttonAnimation="slide-up"