Merge version_6 into main #8
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user