diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e05a8af..efda13e 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": "Problema", - "href": "#problema" + "name": "Problema", "href": "#problema" }, { - "name": "Servicios", - "href": "#servicios" + "name": "Servicios", "href": "#servicios" }, { - "name": "Proceso", - "href": "#proceso" + "name": "Proceso", "href": "#proceso" }, { - "name": "Precios", - "href": "#precios" + "name": "Precios", "href": "#precios" }, { - "name": "Contacto", - "href": "#contacto" + "name": "Contacto", "href": "#contacto" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metricas", - "href": "#metricas" + "name": "Metricas", "href": "#metricas" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,50 +49,32 @@ export default function Layout() { brand="AVELKIA" columns={[ { - title: "Servicios", - items: [ + title: "Servicios", items: [ { - label: "Bot WhatsApp", - href: "#", - }, + label: "Bot WhatsApp", href: "#"}, { - label: "Agentes IA", - href: "#", - }, + label: "Agentes IA", href: "#"}, { - label: "SEO Local", - href: "#", - }, + label: "SEO Local", href: "#"}, ], }, { - title: "Empresa", - items: [ + title: "Empresa", items: [ { - label: "Sobre Avelkia", - href: "#", - }, + label: "Sobre Avelkia", href: "#"}, { - label: "Casos de éxito", - href: "#", - }, + label: "Casos de éxito", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, ]} copyright="© 2024 Avelkia. Todos los derechos reservados." links={[ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, ]} />