6 Commits

Author SHA1 Message Date
4969adc3a7 Merge version_4 into main
Merge version_4 into main
2026-04-18 16:09:22 +00:00
835aba3388 Update src/app/page.tsx 2026-04-18 16:09:16 +00:00
9e361f030d Merge version_3 into main
Merge version_3 into main
2026-04-18 16:08:58 +00:00
08be8e7847 Update src/app/page.tsx 2026-04-18 16:08:55 +00:00
8f742a4c35 Merge version_2 into main
Merge version_2 into main
2026-04-18 16:04:27 +00:00
04ce9ce301 Merge version_2 into main
Merge version_2 into main
2026-04-18 16:04:03 +00:00

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
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."
buttons={[
{ text: "Agenda una Demo", href: "#contact" },
{ text: "Get Your Custom AI Plan", href: "#contact" },
{ text: "Nuestros Servicios", href: "#features" },
]}
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-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/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" },
@@ -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: "text", content: "para tu crecimiento." },
]}
buttons={[{ text: "Conócenos más" }]}
buttons={[{ text: "Conócenos más" }]
}
/>
</div>
@@ -150,7 +151,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
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" }]}
/>
</div>