From 08be8e78479d639810fb5d8bf557f9cfda1bef0e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:08:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e272a9a..e698a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { 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" }] + } /> @@ -109,11 +110,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", title: "¡Increíble!", quote: "Nos ahorraron meses de trabajo manual en una sola semana.", name: "Juan Perez", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" }, - { id: "t2", title: "Muy eficaz", quote: "La IA que implementaron transformó nuestras finanzas totalmente.", name: "Maria Lopez", role: "Directora", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg" }, - { id: "t3", title: "Excelente servicio", quote: "Captar clientes nunca fue tan sencillo ni tan rápido.", name: "Carlos Gomez", role: "Emprendedor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, - { id: "t4", title: "Recomendados", quote: "Expertos absolutos, el retorno de inversión fue inmediato.", name: "Ana Sanchez", role: "Gerente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" }, - { id: "t5", title: "Gran impacto", quote: "El sistema es intuitivo y extremadamente potente.", name: "Luis Martinez", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg" }, + { id: "t1", title: "¡Increíble!", quote: "Gracias a su IA logramos un 30% de ahorro operativo en solo 3 meses.", name: "Juan Perez", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" }, + { id: "t2", title: "Muy eficaz", quote: "La implementación generó un aumento del 45% en nuestra tasa de conversión final.", name: "Maria Lopez", role: "Directora", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg" }, + { id: "t3", title: "Excelente servicio", quote: "Redujimos nuestros costos administrativos en un 25% gracias a su automatización.", name: "Carlos Gomez", role: "Emprendedor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, + { id: "t4", title: "Recomendados", quote: "Logramos un ROI del 300% en los primeros 6 meses con su sistema.", name: "Ana Sanchez", role: "Gerente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" }, + { id: "t5", title: "Gran impacto", quote: "Aumentamos nuestra capacidad de gestión de leads en un 50% con su solución.", name: "Luis Martinez", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/professional-inspector-suit-reviewing-solar-panel-production-showcasing-leadership-renewable_482257-135429.jpg" }, ]} title="Lo que dicen nuestros clientes" description="Historias de éxito reales gracias a la IA." @@ -150,8 +151,9 @@ export default function LandingPage() { -- 2.49.1