diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9e538d0..dc468ae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,10 +31,10 @@ export default function LandingPage() {
@@ -43,36 +43,26 @@ export default function LandingPage() {
@@ -101,15 +91,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- { id: "1", name: "Jordi M.", role: "Owner", company: "Renova BCN", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886820.jpg" },
- { id: "2", name: "Maria L.", role: "Director", company: "InstallCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-architect-woman-wearing-yellow-helmet-standing-outdoors-engineer-architect-concept_58466-12277.jpg" },
- { id: "3", name: "Pau R.", role: "Founder", company: "PauReformas", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-with-helmet-outdoors_23-2148269262.jpg" },
- { id: "4", name: "Elena S.", role: "Manager", company: "SernaTrades", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-woman-with-bunch-flowers-looking-camera_23-2147882087.jpg" },
- { id: "5", name: "Alex C.", role: "Owner", company: "CatalanInstalls", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-helmet_23-2148921381.jpg" }
+ { id: "1", name: "Joan VITO", role: "Director", company: "Instal·lacions VITO", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886820.jpg" }
]}
- kpiItems={[{ value: "150%", label: "Avg Revenue Lift" }, { value: "90%", label: "Qualified Lead Rate" }, { value: "24h", label: "Response Time" }]}
- title="Proven Growth, Not Vanity Metrics"
- description="Join local trades firms that have scaled their revenue with our system."
+ kpiItems={[{ value: "180%", label: "Incremento Clientes" }, { value: "95%", label: "Leads Cualificados" }, { value: "12h", label: "Tiempo Respuesta" }]}
+ title="Caso de Éxito: Instal·lacions VITO"
+ description="Cómo VITO pasó de ser una empresa familiar a un referente en Barcelona gracias a nuestro sistema."
/>
@@ -119,12 +105,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- { id: "m1", value: "€2.5M+", title: "Revenue Generated", items: ["Across all clients", "Year to date"] },
- { id: "m2", value: "1,200+", title: "Qualified Leads", items: ["High-intent", "Local Barcelona"] },
- { id: "m3", value: "45+", title: "Partner Firms", items: ["Trade experts", "Industry leaders"] }
+ { id: "m1", value: "€3.2M", title: "Ingresos Generados", items: ["Facturación acumulada", "Resultados verificables"] },
+ { id: "m2", value: "1,500+", title: "Leads Cualificados", items: ["Potenciales locales", "Alta conversión"] },
+ { id: "m3", value: "50+", title: "Empresas Partners", items: ["Líderes del sector", "Confianza total"] }
]}
- title="Impact by the Numbers"
- description="Measurable progress for local construction businesses."
+ title="Impacto Real"
+ description="Cifras que demuestran el crecimiento sostenible."
/>
@@ -132,12 +118,12 @@ export default function LandingPage() {