Merge version_1_1782286293458 into main #1

Merged
bender merged 1 commits from version_1_1782286293458 into main 2026-06-24 07:32:25 +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": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Exhibits",
"href": "#exhibits"
"name": "Exhibits", "href": "#exhibits"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Zoo Oum El Bouaghi"
logoImageSrc="http://img.b2bpic.net/free-vector/world-lemur-day-banner-design_1308-116725.jpg"
ctaButton={{
text: "Plan Your Visit",
href: "#contact",
}}
text: "Plan Your Visit", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,45 +51,29 @@ export default function Layout() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Conservation",
href: "#",
},
label: "Conservation", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "Plan Visit",
href: "#contact",
},
label: "Plan Visit", href: "#contact"},
{
label: "Pricing",
href: "#",
},
label: "Pricing", href: "#"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}