From 5b62387456329260c7c3865f0a50110e0e8b1310 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 16:32:49 +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 f53dc14..2bd8f97 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 16:32:52 +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 2bd8f97..5b926d8 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": "Programs", - "href": "#programs" + "name": "Programs", "href": "#programs" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Why Choose", - "href": "#why-choose" + "name": "Why Choose", "href": "#why-choose" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,33 +51,21 @@ export default function Layout() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Programs", - href: "#programs", - }, + label: "Programs", href: "#programs"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Address: Batala Colony", - href: "#", - }, + label: "Address: Batala Colony", href: "#"}, { - label: "0300 1043366", - href: "tel:03001043366", - }, + label: "0300 1043366", href: "tel:03001043366"}, ], }, ]}