diff --git a/src/app/page.tsx b/src/app/page.tsx index 43aca5a..2f261d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,17 +44,14 @@ export default function LandingPage() {
@@ -79,28 +70,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ventajas del Modelo Express", - description: "Aceleramos tu entrada al proceso para detener el problema cuanto antes.", - items: [ + title: "Ventajas del Modelo Express", description: "Aceleramos tu entrada al proceso para detener el problema cuanto antes.", items: [ { icon: CheckCircle, - text: "No tienes que pasar por largos procesos de conciliación", - }, + text: "No tienes que pasar por largos procesos de conciliación"}, { icon: CheckCircle, - text: "Se radica directamente ante el juzgado", - }, + text: "Se radica directamente ante el juzgado"}, { icon: CheckCircle, - text: "Se activa más rápido la protección legal", - }, + text: "Se activa más rápido la protección legal"}, ], media: { - imageSrc: "http://img.b2bpic.net/free-vector/graphics-collection_23-2147502424.jpg?_wi=1", - }, - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776044.jpg?_wi=2", - imageAlt: "financial analysis icon vector", + imageSrc: "http://img.b2bpic.net/free-vector/graphics-collection_23-2147502424.jpg"}, + reverse: false }, ]} title="¿Qué es tu Modelo Express de Solvita Pro?" @@ -115,31 +98,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "Rápido", - title: "Velocidad real", - items: [ - "Frenamos libranzas", - "Cobros inmediatos", - ], + id: "m1", value: "Rápido", title: "Velocidad real", items: [ + "Frenamos libranzas", "Cobros inmediatos"], }, { - id: "m2", - value: "Experto", - title: "Acompañamiento", - items: [ - "Asesoría jurídica", - "Casos estructurados", - ], + id: "m2", value: "Experto", title: "Acompañamiento", items: [ + "Asesoría jurídica", "Casos estructurados"], }, { - id: "m3", - value: "Accesible", - title: "Ahorro", - items: [ - "Costo eficiente", - "Sin costos elevados", - ], + id: "m3", value: "Accesible", title: "Ahorro", items: [ + "Costo eficiente", "Sin costos elevados"], }, ]} title="Beneficios Clave" @@ -154,36 +122,24 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "1. Evaluación", - description: "Analizamos tu situación y validamos si aplicas con tu Datacrédito.", - items: [ + title: "1. Evaluación", description: "Analizamos tu situación y validamos si aplicas con tu Datacrédito.", items: [ { icon: Search, - text: "Análisis financiero", - }, + text: "Análisis financiero"}, ], media: { - imageSrc: "http://img.b2bpic.net/free-photo/paper-pie-chart-business-marketing-concept_53876-129007.jpg", - }, - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776044.jpg?_wi=3", - imageAlt: "financial analysis icon vector", + imageSrc: "http://img.b2bpic.net/free-photo/paper-pie-chart-business-marketing-concept_53876-129007.jpg"}, + reverse: false }, { - title: "2. Radicación", - description: "Preparamos y presentamos tu proceso ante el juzgado.", - items: [ + title: "2. Radicación", description: "Preparamos y presentamos tu proceso ante el juzgado.", items: [ { icon: FileText, - text: "Documentación profesional", - }, + text: "Documentación profesional"}, ], media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-signing-contract-senior-man-putting-signature-document_1163-4930.jpg", - }, - reverse: true, - imageSrc: "http://img.b2bpic.net/free-vector/graphics-collection_23-2147502424.jpg?_wi=2", - imageAlt: "financial analysis icon vector", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-signing-contract-senior-man-putting-signature-document_1163-4930.jpg"}, + reverse: true }, ]} title="¿Cómo funciona nuestro proceso?" @@ -196,20 +152,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "¿Este proceso es legal?", - content: "Sí, respaldado por la Ley de Insolvencia para persona natural.", - }, + id: "f1", title: "¿Este proceso es legal?", content: "Sí, respaldado por la Ley de Insolvencia para persona natural."}, { - id: "f2", - title: "¿Cuánto tiempo toma?", - content: "Activamos la protección legal rápidamente, los tiempos dependen del juzgado.", - }, + id: "f2", title: "¿Cuánto tiempo toma?", content: "Activamos la protección legal rápidamente, los tiempos dependen del juzgado."}, { - id: "f3", - title: "¿Qué pasa con mis bienes?", - content: "Analizamos tu caso: si no tienes bienes es más ágil, si tienes entran en liquidación controlada.", - }, + id: "f3", title: "¿Qué pasa con mis bienes?", content: "Analizamos tu caso: si no tienes bienes es más ágil, si tienes entran en liquidación controlada."}, ]} sideTitle="Preguntas Frecuentes" faqsAnimation="slide-up" @@ -220,8 +167,7 @@ export default function LandingPage() {