Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10c2b438aa | |||
| ebc7691f69 | |||
| 5e3c426b8d | |||
| 534521d54c | |||
| d7c57d06cb | |||
| fd4b1d3504 | |||
| bd2b8f5509 | |||
| 1028f032f7 |
@@ -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