diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ab2f49f..ebd0ec3 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Menu", - "href": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Desserts", - "href": "#desserts" + "name": "Desserts", "href": "#desserts" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,29 +49,19 @@ export default function Layout() { brand="Mio Mondo Sousse" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Boulevard du 14 Janvier", - href: "#", - }, + label: "Boulevard du 14 Janvier", href: "#"}, { - label: "Khézema, Sousse, Tunisia", - href: "#", - }, + label: "Khézema, Sousse, Tunisia", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "+216 73 273 243", - href: "tel:+21673273243", - }, + label: "+216 73 273 243", href: "tel:+21673273243"}, { - label: "+216 50 727 071", - href: "tel:+21650727071", - }, + label: "+216 50 727 071", href: "tel:+21650727071"}, ], }, ]} @@ -88,13 +69,9 @@ export default function Layout() { imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=l91tng" links={[ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ]} />