Merge version_1_1781534720443 into main #1

Merged
bender merged 2 commits from version_1_1781534720443 into main 2026-06-15 14:46:24 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "/"
"name": "Home", "href": "/"
},
{
"name": "Experience",
"href": "/experience"
"name": "Experience", "href": "/experience"
},
{
"name": "Membership",
"href": "/membership"
"name": "Membership", "href": "/membership"
},
{
"name": "Contact",
"href": "/contact"
"name": "Contact", "href": "/contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="COAB"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=5ny1r8"
ctaButton={{
text: "Apply Now",
href: "/contact",
}}
text: "Apply Now", href: "/contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,46 +49,30 @@ export default function Layout() {
brand="COAB Club"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Experience",
href: "/experience",
},
label: "Experience", href: "/experience"},
{
label: "Membership",
href: "/membership",
},
label: "Membership", href: "/membership"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
copyright="© 2024 COAB Club. All rights reserved."
links={[
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
]}
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=5ny1r8"
/>