From 03ef1ab7b08a8ecb5b463f326c912d974afd2fec Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 17:03:04 +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 e7f9880..dd2dbf4 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 17:03:07 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 101 ++++++++++++++------------------------ 1 file changed, 37 insertions(+), 64 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index dd2dbf4..d516e24 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": "Productos", - "href": "#productos" + "name": "Productos", "href": "#productos" }, { - "name": "Financiación", - "href": "#financiacion" + "name": "Financiación", "href": "#financiacion" }, { - "name": "Contacto", - "href": "#contacto" + "name": "Contacto", "href": "#contacto" }, { - "name": "Features Media", - "href": "#features-media" + "name": "Features Media", "href": "#features-media" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Testimonios", - "href": "#testimonios" + "name": "Testimonios", "href": "#testimonios" } ]; @@ -42,68 +35,48 @@ export default function Layout() { + logo="CamaStock" + logoImageSrc="http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94205.jpg" + ctaButton={{ + text: "Llamar ahora", href: "tel:+34947000000"}} + navItems={navItems} />
+ label: "Facebook", href: "#"}, + ]} + /> ); -- 2.49.1