Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4969adc3a7 | |||
| 835aba3388 | |||
| 9e361f030d | |||
| 08be8e7847 | |||
| 8f742a4c35 | |||
| 9804dfd648 | |||
| 04ce9ce301 | |||
| 4a1915e740 | |||
| 4eec9a55f0 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
logoText="IntelliGenius AI"
|
logoText="IntelliGenius AI"
|
||||||
description="Transformamos tu negocio con Inteligencia Artificial. Automatiza procesos, escala ingresos y ahorra tiempo valioso con nuestro expertise en IA a medida."
|
description="Transformamos tu negocio con Inteligencia Artificial. Automatiza procesos, escala ingresos y ahorra tiempo valioso con nuestro expertise en IA a medida."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Agenda una Demo", href: "#contact" },
|
{ text: "Get Your Custom AI Plan", href: "#contact" },
|
||||||
{ text: "Nuestros Servicios", href: "#features" },
|
{ text: "Nuestros Servicios", href: "#features" },
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -68,7 +68,8 @@ export default function LandingPage() {
|
|||||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128041.jpg", alt: "AI Processor" },
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128041.jpg", alt: "AI Processor" },
|
||||||
{ type: "text", content: "para tu crecimiento." },
|
{ type: "text", content: "para tu crecimiento." },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Conócenos más" }]}
|
buttons={[{ text: "Conócenos más" }]
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -178,4 +179,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user