Update src/app/page.tsx
This commit is contained in:
122
src/app/page.tsx
122
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Beneficios",
|
||||
id: "beneficios",
|
||||
},
|
||||
name: "Beneficios", id: "beneficios"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Contacto", id: "contacto"},
|
||||
]}
|
||||
brandName="Solvita Pro"
|
||||
/>
|
||||
@@ -50,17 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="SOLVITA PRO"
|
||||
description="¿Las deudas te están ahogando y ya no sabes cómo salir? Activa tu proceso de insolvencia de forma rápida, legal y accesible con nuestro Modelo Express, sin trámites largos ni costos elevados."
|
||||
buttons={[
|
||||
{
|
||||
text: "Quiero evaluar mi caso ahora",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Quiero evaluar mi caso ahora", href: "#contacto"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776044.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776044.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Inicia hoy"
|
||||
title="Quiero iniciar mi proceso"
|
||||
description="Un asesor evaluará tu caso y te contactará en breve."
|
||||
@@ -232,13 +178,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="SOLVITA PRO"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Términos",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Términos", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user