From 9613ef1933a983d78d8c90577ecbfd9e7526dea2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:48:31 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 53 ++++++++++++++------------------------- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 92b5703..ebda028 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": "Reservations", - "href": "#reservations" + "name": "Reservations", "href": "#reservations" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,34 +48,28 @@ export default function Layout() { brand="Zaitoon By Galaxy" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, ], }, { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Av. Kenneth Kaunda, 458", - href: "#", - }, + label: "Av. Kenneth Kaunda, 458", href: "#"}, { - label: "Maputo, Mozambique", - href: "#", - }, + label: "Maputo, Mozambique", href: "#"}, ], }, + ], + links={[ + { label: "Menu", href: "#menu" }, + { label: "Contact", href: "#contact" } ]} copyright="© 2024 Zaitoon By Galaxy. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/adding-pinch-sumakh-lavash-kutab_114579-2336.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/adding-pinch-sumakh-lavash-kutab_114579-2336.jpg" />