From ce3bd81f7ca2818a2561ba135fdabf8438b07ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:52:23 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 60 ++++++++++++--------------------------- 1 file changed, 18 insertions(+), 42 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1053cc7..cf6749e 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": "Order", - "href": "#contact" + "name": "Order", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,47 +49,32 @@ export default function Layout() { brand="The Grilled" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Mardan Road, Charsadda, KPK", - href: "#", - }, + label: "Mardan Road, Charsadda, KPK", href: "#"}, ], }, { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Burgers", - href: "#menu", - }, + label: "Burgers", href: "#menu"}, { - label: "Pizza", - href: "#menu", - }, + label: "Pizza", href: "#menu"}, { - label: "Steaks", - href: "#menu", - }, + label: "Steaks", href: "#menu"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} copyright="© 2024 The Grilled. All rights reserved." links={[ { - label: "WhatsApp", - href: "https://wa.me/923149243439", - }, + label: "WhatsApp", href: "https://wa.me/923149243439"}, ]} />