diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d9915ca..90448ef 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": "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,58 +35,43 @@ export default function Layout() { + logo="Trail Center" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=k7fqvi" + ctaButton={{ + text: "Plan Visit", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 California Trail Interpretive Center" + rightText="1 Interpretive Center Way, Elko, NV 89801" + /> );