Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eac753ec4 | |||
| 82059b76ff | |||
| 847f5ccfdf | |||
| 5f9bee6363 | |||
| 9bb1f6b9b3 | |||
| 03859d0fb6 | |||
| b45202b63b | |||
| 968e044f5c | |||
| c9c87f5e3c |
@@ -38,11 +38,11 @@ export default function ContactPage() {
|
||||
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" }] },
|
||||
]}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -46,7 +46,6 @@ export default function LaunchPadLocalPage() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Book Consultation", href: "/contact" },
|
||||
{ text: "View Our Portfolio", href: "#work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -81,7 +80,6 @@ export default function LaunchPadLocalPage() {
|
||||
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={[
|
||||
@@ -127,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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user