Update src/app/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user