Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08be8e7847 | |||
| 8f742a4c35 | |||
| 9804dfd648 | |||
| 04ce9ce301 | |||
| 4a1915e740 | |||
| 4eec9a55f0 |
@@ -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>
|
||||||
|
|
||||||
@@ -109,11 +110,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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: "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 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: "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: "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: "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: "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: "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: "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: "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"
|
title="Lo que dicen nuestros clientes"
|
||||||
description="Historias de éxito reales gracias a la IA."
|
description="Historias de éxito reales gracias a la IA."
|
||||||
@@ -151,7 +152,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
text="Comienza tu transformación digital hoy. Agenda una consulta gratuita 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>
|
||||||
|
|
||||||
@@ -178,4 +180,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user