diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 41c42e0..96432cf 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": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -42,60 +35,47 @@ export default function Layout() { + logo="Drop Coffee Bar" + logoImageSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-collection_23-2148399791.jpg" + ctaButton={{ + text: "Order Now", href: "#contact"}} + navItems={navItems} + />
+ ]} + copyright="© 2024 Drop Coffee Bar. All rights reserved." + links={[ + { + label: "Privacy Policy", href: "#"}, + { + label: "Terms of Service", href: "#"}, + ]} + /> );