diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1ef6490..849f998 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": "Reviews", - "href": "#testimonials" + "name": "Reviews", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Experience", - "href": "#experience" + "name": "Experience", "href": "#experience" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -59,49 +50,31 @@ export default function Layout() { { items: [ { - label: "Reserve a Table", - href: "#contact", - }, + label: "Reserve a Table", href: "#contact"}, { - label: "Private Events", - href: "#", - }, + label: "Private Events", href: "#"}, { - label: "Gift Cards", - href: "#", - }, + label: "Gift Cards", href: "#"}, ], }, { items: [ { - label: "Rue des Alpes, 1201 Geneva", - href: "#", - }, + label: "Rue des Alpes, 1201 Geneva", href: "#"}, { - label: "+41 22 123 45 67", - href: "tel:+41221234567", - }, + label: "+41 22 123 45 67", href: "tel:+41221234567"}, { - label: "info@goodwin.ch", - href: "mailto:info@goodwin.ch", - }, + label: "info@goodwin.ch", href: "mailto:info@goodwin.ch"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "Google Reviews", - href: "#", - }, + label: "Google Reviews", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}