From 491ff528bd8ac664aca4727acc56f1e3882997f3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 06:38:28 +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 c19df8b..0368f72 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 06:38:32 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 45 +++++++++++++-------------------------- 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0368f72..9594836 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": "Bosh Sahifa", - "href": "#hero" + "name": "Bosh Sahifa", "href": "#hero" }, { - "name": "Sayyoralar", - "href": "#features" + "name": "Sayyoralar", "href": "#features" }, { - "name": "Quiz", - "href": "#faq" + "name": "Quiz", "href": "#faq" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Product", - "href": "#product" + "name": "Product", "href": "#product" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,25 +49,19 @@ export default function Layout() { brand="Koinot Sayohati" columns={[ { - title: "Bolalar uchun", - items: [ + title: "Bolalar uchun", items: [ { - label: "Sayyoralar", - href: "#features", - }, + label: "Sayyoralar", href: "#features"}, { - label: "O'yinlar", - href: "#product", - }, + label: "O'yinlar", href: "#product"}, ], }, - ]} + ] +} copyright="2024 Koinot Sayohati Inc." links={[ { - label: "Maxfiylik", - href: "#", - }, + label: "Maxfiylik", href: "#"}, ]} /> -- 2.49.1