Merge version_1_1782031930055 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Exhibits",
|
||||
"href": "#exhibits"
|
||||
"name": "Exhibits", "href": "#exhibits"
|
||||
},
|
||||
{
|
||||
"name": "Visitor Info",
|
||||
"href": "#info"
|
||||
"name": "Visitor Info", "href": "#info"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Visitor Exp",
|
||||
"href": "#visitor-exp"
|
||||
"name": "Visitor Exp", "href": "#visitor-exp"
|
||||
},
|
||||
{
|
||||
"name": "Faq",
|
||||
"href": "#faq"
|
||||
"name": "Faq", "href": "#faq"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -42,57 +35,43 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Trail Center"
|
||||
ctaButton={{
|
||||
text: "Plan Visit",
|
||||
href: "#contact",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Trail Center"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=k7fqvi"
|
||||
ctaButton={{
|
||||
text: "Plan Visit", href: "#contact"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "Center",
|
||||
items: [
|
||||
columns={[
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
title: "Center", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Exhibits", href: "#exhibits"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Exhibits",
|
||||
href: "#exhibits",
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Plan Visit", href: "#contact"},
|
||||
{
|
||||
label: "Trail Map", href: "#"},
|
||||
{
|
||||
label: "Contact", href: "tel:+17757381849"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "Plan Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Trail Map",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "tel:+17757381849",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
leftText="© 2024 California Trail Interpretive Center"
|
||||
rightText="1 Interpretive Center Way, Elko, NV 89801"
|
||||
/>
|
||||
]}
|
||||
leftText="© 2024 California Trail Interpretive Center"
|
||||
rightText="1 Interpretive Center Way, Elko, NV 89801"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user