Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebc7691f69 | |||
| 5e3c426b8d | |||
| 534521d54c | |||
| d7c57d06cb | |||
| fd4b1d3504 | |||
| bd2b8f5509 | |||
| 1028f032f7 |
@@ -13,10 +13,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Inicio", id: "/" },
|
{ name: "Inicio", id: "/" },
|
||||||
{ name: "Servicios", id: "/services" },
|
{ name: "Servicios", id: "#features-home" },
|
||||||
{ name: "Dashboard", id: "/dashboard" },
|
{ name: "Proceso", id: "#features-home" },
|
||||||
{ name: "Proceso", id: "/process" },
|
{ name: "Diagnóstico", id: "#contact" }
|
||||||
{ name: "Diagnóstico", id: "/diagnosis" }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -124,7 +123,7 @@ export default function LandingPage() {
|
|||||||
title="¿Listo para transformar tu negocio?"
|
title="¿Listo para transformar tu negocio?"
|
||||||
description="Contáctanos hoy mismo para explorar cómo la IA puede impulsar tu crecimiento y eficiencia."
|
description="Contáctanos hoy mismo para explorar cómo la IA puede impulsar tu crecimiento y eficiencia."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Agendar una consulta", href: "/diagnosis" }
|
{ text: "Agendar una consulta", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user