diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c26bcd3..48cd59d 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": "Menu", - "href": "#features" + "name": "Menu", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -42,63 +35,46 @@ export default function Layout() { + logo="Top O’Th’ Hill" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=d072xa" + ctaButton={{ + text: "Reserve Now", href: "#contact"}} + navItems={navItems} />
+ label: "Terms of Service", href: "#"}, + ]} + /> );