Merge version_1_1781533446148 into main #1

Merged
bender merged 2 commits from version_1_1781533446148 into main 2026-06-15 14:25:04 +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": "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"
/>