diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 12f7c40..9899b9d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,32 +9,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": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" } ]; @@ -43,35 +36,28 @@ export default function Layout() { + logo="One Fish, Two Fish" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=qancqh" + ctaButton={{ + text: "Book Table", href: "#contact"}} + navItems={navItems} />
+ brand="One Fish, Two Fish" + copyright="© 2024 One Fish, Two Fish. All rights reserved." + socialLinks={[ + { + icon: "Instagram", href: "#"}, + { + icon: "Facebook", href: "#"}, + { + icon: "Twitter", href: "#"}, + ]} + /> );