diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c62e4b9..d935fdc 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": "Sobre nosotros", - "href": "#about" + "name": "Sobre nosotros", "href": "#about" }, { - "name": "Servicios", - "href": "#services" + "name": "Servicios", "href": "#services" }, { - "name": "Contacto", - "href": "#contact" + "name": "Contacto", "href": "#contact" }, { - "name": "Why Choose Us", - "href": "#why-choose-us" + "name": "Why Choose Us", "href": "#why-choose-us" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -55,35 +46,28 @@ export default function Layout() {