From 65c044f2bb730549b1b5bcf83cb69aa925881d5f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 12:54:34 +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 97b9c2c..ddc0bdf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 12:54:37 +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 ddc0bdf..3dababe 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": "Fabrics", - "href": "#products" + "name": "Fabrics", "href": "#products" }, { - "name": "Wholesale", - "href": "#pricing" + "name": "Wholesale", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,50 +49,32 @@ export default function Layout() { brand="Multan Fabrics Factory Shop #2" columns={[ { - title: "Categories", - items: [ + title: "Categories", items: [ { - label: "Men's Fabrics", - href: "#products", - }, + label: "Men's Fabrics", href: "#products"}, { - label: "Women's Fabrics", - href: "#products", - }, + label: "Women's Fabrics", href: "#products"}, { - label: "Wholesale", - href: "#pricing", - }, + label: "Wholesale", href: "#pricing"}, ], }, { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Latest Arrivals", - href: "#", - }, + label: "Latest Arrivals", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} copyright="© 2024 Multan Fabrics Factory Shop #2. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} />