7 Commits

Author SHA1 Message Date
1eac753ec4 Switch to version 9: modified src/app/page.tsx 2026-04-11 20:13:04 +00:00
82059b76ff Merge version_10 into main
Merge version_10 into main
2026-04-11 20:12:15 +00:00
847f5ccfdf Update src/app/page.tsx 2026-04-11 20:12:09 +00:00
5f9bee6363 Merge version_9 into main
Merge version_9 into main
2026-04-11 20:01:09 +00:00
9bb1f6b9b3 Update src/app/page.tsx 2026-04-11 20:01:03 +00:00
03859d0fb6 Update src/app/contact/page.tsx 2026-04-11 20:01:03 +00:00
b45202b63b Merge version_8 into main
Merge version_8 into main
2026-04-11 19:59:13 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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>
);
}
}

View File

@@ -125,9 +125,9 @@ 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>