diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 86d67e0..590c510 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": "Menu", - "href": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Reviews", - "href": "#reviews" + "name": "Reviews", "href": "#reviews" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -42,55 +35,43 @@ export default function Layout() { + logo="Flying Pig" + logoImageSrc="http://img.b2bpic.net/free-vector/barbecue-menu-graphic-elements_23-2147495136.jpg" + ctaButton={{ + text: "Book Us", href: "#contact"}} + navItems={navItems} + />
+ label: "Privacy Policy", href: "#"}, + ]} + /> );