From c653e33dfbcd84b0d605a9a07bd02bbcbc25a9f2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 22:48: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 b7b0f7c..667a158 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 22 Jun 2026 22:48:59 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 47 ++++++++++++--------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 667a158..f06106c 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": "Inicio", - "href": "#hero" + "name": "Inicio", "href": "#hero" }, { - "name": "Servicios", - "href": "#services" + "name": "Servicios", "href": "#services" }, { - "name": "Método", - "href": "#method" + "name": "Método", "href": "#method" }, { - "name": "Equipo", - "href": "#team" + "name": "Equipo", "href": "#team" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -60,29 +51,19 @@ export default function Layout() { { items: [ { - label: "C. de Ginzo de Limia, 53, Madrid", - href: "#", - }, + label: "C. de Ginzo de Limia, 53, Madrid", href: "#"}, { - label: "Tel: 635 16 63 33", - href: "tel:635166333", - }, + label: "Tel: 635 16 63 33", href: "tel:635166333"}, ], }, { items: [ { - label: "Lunes a Viernes: 8:00–13:30, 15:30–21:30", - href: "#", - }, + label: "Lunes a Viernes: 8:00–13:30, 15:30–21:30", href: "#"}, { - label: "Sábado: 8:00–22:00", - href: "#", - }, + label: "Sábado: 8:00–22:00", href: "#"}, { - label: "Domingo: 8:00–13:30, 15:30–21:30", - href: "#", - }, + label: "Domingo: 8:00–13:30, 15:30–21:30", href: "#"}, ], }, ]} -- 2.49.1