diff --git a/src/app/page.tsx b/src/app/page.tsx index ec4d83d..86dba3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,10 +13,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { const navItems = [ { name: "Inicio", id: "/" }, - { name: "Servicios", id: "/services" }, - { name: "Dashboard", id: "/dashboard" }, - { name: "Proceso", id: "/process" }, - { name: "Diagnóstico", id: "/diagnosis" } + { name: "Servicios", id: "#features-home" }, + { name: "Proceso", id: "#features-home" }, + { name: "Diagnóstico", id: "#contact" } ]; return ( @@ -124,7 +123,7 @@ export default function LandingPage() { title="¿Listo para transformar tu negocio?" description="Contáctanos hoy mismo para explorar cómo la IA puede impulsar tu crecimiento y eficiencia." buttons={[ - { text: "Agendar una consulta", href: "/diagnosis" } + { text: "Agendar una consulta", href: "#contact" } ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }}