From dc3b1a2c0b1996c0f3f845141d8938ecbb18fda9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 14:55:26 +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 0068608..4f296c9 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Wed, 17 Jun 2026 14:55:29 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 51 ++++++++++++--------------------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4f296c9..fd4cf54 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Portfolio", - "href": "#portfolio" + "name": "Portfolio", "href": "#portfolio" }, { - "name": "Reviews", - "href": "#testimonials" + "name": "Reviews", "href": "#testimonials" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Why Us", - "href": "#why-us" + "name": "Why Us", "href": "#why-us" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,33 +51,21 @@ export default function Layout() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "47 Infantry Road, Dharampura, Lahore", - href: "#", - }, + label: "47 Infantry Road, Dharampura, Lahore", href: "#"}, { - label: "+92 345 4026872", - href: "tel:+923454026872", - }, + label: "+92 345 4026872", href: "tel:+923454026872"}, { - label: "info@lahorelandscapes.pk", - href: "mailto:info@lahorelandscapes.pk", - }, + label: "info@lahorelandscapes.pk", href: "mailto:info@lahorelandscapes.pk"}, ], }, ]} -- 2.49.1