diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 05a2457..e2b2b1b 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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"
/>