Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4969adc3a7 | |||
| 835aba3388 | |||
| 9e361f030d | |||
| 08be8e7847 | |||
| 8f742a4c35 | |||
| 04ce9ce301 |
@@ -46,13 +46,13 @@ 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={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", imageAlt: "AI Dashboard" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", imageAlt: "AI Dashboard" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", imageAlt: "Neural Network" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-network-connections-low-poly-plexus-design_1048-11867.jpg", imageAlt: "Neural Network" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg", imageAlt: "Holographic Interface" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2390.jpg", imageAlt: "Holographic Interface" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg", imageAlt: "Data Flow" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-sound-waves-digital-technology-background_1048-13247.jpg", imageAlt: "Data Flow" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rpa-concept-with-geometric-shapes-bright-light_23-2149311908.jpg", imageAlt: "Processing" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/rpa-concept-with-geometric-shapes-bright-light_23-2149311908.jpg", imageAlt: "Processing" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template-with-flat-design_23-2147868153.jpg", imageAlt: "Metrics" },
|
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-admin-panel-template-with-flat-design_23-2147868153.jpg", imageAlt: "Metrics" },
|
||||||
@@ -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>
|
||||||
|
|
||||||
@@ -150,7 +151,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
text="Comienza tu transformación digital hoy. Agenda una consulta gratuita sin compromiso con nuestros expertos."
|
text="Comienza tu transformación digital hoy. Agenda una consulta gratuita con nuestros expertos."
|
||||||
buttons={[{ text: "Contactar ahora" }]}
|
buttons={[{ text: "Contactar ahora" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user