From c463706986de97bcf09a3f050b3e02ffba8f319a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 01:28:25 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index aa132a6..7bbc24e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 01:28:28 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 65 ++++++++++++--------------------------- 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 7bbc24e..7f43af3 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Reviews", - "href": "#reviews" + "name": "Reviews", "href": "#reviews" }, { - "name": "Location", - "href": "#location" + "name": "Location", "href": "#location" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Why Choose Us", - "href": "#why-choose-us" + "name": "Why Choose Us", "href": "#why-choose-us" }, { - "name": "Team", - "href": "#team" + "name": "Team", "href": "#team" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,50 +49,32 @@ export default function Layout() { brand="Tashkent Barber Shop" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Men's Cuts", - href: "#services", - }, + label: "Men's Cuts", href: "#services"}, { - label: "Beard Trims", - href: "#services", - }, + label: "Beard Trims", href: "#services"}, { - label: "Line-Ups", - href: "#services", - }, + label: "Line-Ups", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Call Us", - href: "tel:2674666666", - }, + label: "Call Us", href: "tel:2674666666"}, { - label: "Directions", - href: "https://maps.google.com", - }, + label: "Directions", href: "https://maps.google.com"}, { - label: "Appointments", - href: "#contact", - }, + label: "Appointments", href: "#contact"}, ], }, ]} copyright="© 2024 Tashkent Barber Shop. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-vector/vintage-style-hipster-labels_1009-114.jpg" /> -- 2.49.1