diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e7f9880..e8cab28 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" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,50 +49,32 @@ export default function Layout() { brand="CamaStock" columns={[ { - title: "Menú", - items: [ + title: "Menú", items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Productos", - href: "#productos", - }, + label: "Productos", href: "#productos"}, { - label: "Financiación", - href: "#financiacion", - }, + label: "Financiación", href: "#financiacion"}, { - label: "Contacto", - href: "#contacto", - }, + label: "Contacto", href: "#contacto"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Aviso Legal", - href: "#", - }, + label: "Aviso Legal", href: "#"}, ], }, ]} copyright="© 2024 CamaStock, Burgos. Tu descanso nos quita el sueño." links={[ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ]} />