diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 852814f..b371ca8 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": "Servicios", - "href": "#features" + "name": "Servicios", "href": "#features" }, { - "name": "Equipo", - "href": "#team" + "name": "Equipo", "href": "#team" }, { - "name": "Precios", - "href": "#pricing" + "name": "Precios", "href": "#pricing" }, { - "name": "Contacto", - "href": "#contact" + "name": "Contacto", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,55 +49,36 @@ export default function Layout() { brand="Vitaldent" columns={[ { - title: "Clínica", - items: [ + title: "Clínica", items: [ { - label: "Sobre nosotros", - href: "#", - }, + label: "Sobre nosotros", href: "#"}, { - label: "Equipo", - href: "#team", - }, + label: "Equipo", href: "#team"}, ], }, { - title: "Tratamientos", - items: [ + title: "Tratamientos", items: [ { - label: "Implantes", - href: "#", - }, + label: "Implantes", href: "#"}, { - label: "Estética", - href: "#", - }, + label: "Estética", href: "#"}, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "Ubicación", - href: "#", - }, + label: "Ubicación", href: "#"}, { - label: "Reservas", - href: "#contact", - }, + label: "Reservas", href: "#contact"}, ], }, ]} copyright="© 2024 Vitaldent. Todos los derechos reservados." links={[ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Aviso Legal", - href: "#", - }, + label: "Aviso Legal", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-vector/dental-icons-collection_1284-22508.jpg" />