diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index df3bcef..1ee9f3c 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": "Federation", - "href": "/federation" + "name": "Federation", "href": "/federation" }, { - "name": "Events", - "href": "/events" + "name": "Events", "href": "/events" }, { - "name": "Media", - "href": "/media" + "name": "Media", "href": "/media" }, { - "name": "Shop", - "href": "/shop" + "name": "Shop", "href": "/shop" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About Summary", - "href": "#about-summary" + "name": "About Summary", "href": "#about-summary" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() { brand="Asad Atlas Federation" columns={[ { - title: "Federation", - items: [ + title: "Federation", items: [ { - label: "About Us", - href: "/federation", - }, + label: "About Us", href: "/federation"}, { - label: "Grand Master", - href: "/federation#master", - }, + label: "Grand Master", href: "/federation#master"}, ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { - label: "Grading", - href: "/events", - }, + label: "Grading", href: "/events"}, { - label: "Training Camps", - href: "/events", - }, + label: "Training Camps", href: "/events"}, ], }, ]} copyright="© 2024 Asad Atlas Martial Arts Federation. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} imageSrc="https://storage.googleapis.com/webild/users/user_3Eqw1m0jQl7pXZjQynWCRXUZppF/uploaded-1781533449960-l5x5hmfh.jpg" />