From be6361c454d7259416c5d6a3e1b86dfe820d3d0b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:09:22 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 52 ++++++++++++++------------------------- 1 file changed, 19 insertions(+), 33 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 020087a..46a7979 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": "Story", - "href": "#about" + "name": "Story", "href": "#about" }, { - "name": "Work", - "href": "#work" + "name": "Work", "href": "#work" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "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,29 @@ export default function Layout() { brand="Mario x Cuts" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Instagram", - href: "https://instagram.com/marioxcuts", - }, + label: "Instagram", href: "https://instagram.com/marioxcuts"}, { - label: "Booking", - href: "#contact", - }, + label: "Booking", href: "#contact"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Haircuts", - href: "#", - }, + label: "Haircuts", href: "#"}, { - label: "Trims", - href: "#", - }, + label: "Trims", href: "#"}, ], }, ]} copyright="© 2024 Mario x Cuts. All rights reserved." imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg" + links={[ + { + label: "Privacy Policy", href: "#" + } + ]} /> -- 2.49.1