Merge version_1_1781533446148 into main #1
@@ -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() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Asad Atlas Federation"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/users/user_3Eqw1m0jQl7pXZjQynWCRXUZppF/uploaded-1781533449960-l5x5hmfh.jpg"
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user