From 71e30fffdfc3fcb2455a31081e115bb46f692e0a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 01:02:55 +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 6f8e993..45f012f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -39,6 +39,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 01:02:58 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 45f012f..466c632 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Inicio", - "href": "#" + "name": "Inicio", "href": "#" }, { - "name": "Recargar", - "href": "#pricing" + "name": "Recargar", "href": "#pricing" }, { - "name": "Otros Juegos", - "href": "#contact" + "name": "Otros Juegos", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -39,11 +33,9 @@ export default function Layout() {
@@ -53,20 +45,13 @@ export default function Layout() {