diff --git a/src/app/page.tsx b/src/app/page.tsx index 18e521c..9aefbe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,93 +31,40 @@ export default function LandingPage() {
@@ -126,36 +73,13 @@ export default function LandingPage() { @@ -239,57 +119,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "p1", - tag: "Esencial", - price: "Consultar", - period: "/año", - description: "Acceso básico a nuestra red.", - button: { - text: "Contactar", - href: "#contact", - }, - featuresTitle: "Lo que incluye:", - features: [ - "Consultoría inicial", - "Soporte 24/7", - "App Cristal Cash", - ], - }, - { - id: "p2", - tag: "Premium", - price: "Consultar", - period: "/año", - description: "Estrategias de alto impacto.", - button: { - text: "Contactar", - href: "#contact", - }, - featuresTitle: "Todo en Esencial +:", - features: [ - "Gestión Patrimonial", - "Asesor fiscal exclusivo", - "Acceso eventos élite", - ], - }, - { - id: "p3", - tag: "Élite", - price: "Personalizado", - period: "/anual", - description: "La máxima exclusividad.", - button: { - text: "Contactar", - href: "#contact", - }, - featuresTitle: "Todo en Premium +:", - features: [ - "Family Office", - "Estrategia Global", - "Soporte VIP 1:1", - ], - }, + { id: "p1", tag: "Esencial", price: "Consultar", period: "/año", description: "Acceso básico a nuestra red.", button: { text: "Contactar", href: "#contact" }, featuresTitle: "Lo que incluye:", features: ["Consultoría inicial", "Soporte 24/7", "App Cristal Cash"] }, + { id: "p2", tag: "Premium", price: "Consultar", period: "/año", description: "Estrategias de alto impacto.", button: { text: "Contactar", href: "#contact" }, featuresTitle: "Todo en Esencial +:", features: ["Gestión Patrimonial", "Asesor fiscal exclusivo", "Acceso eventos élite"] }, + { id: "p3", tag: "Élite", price: "Personalizado", period: "/anual", description: "La máxima exclusividad.", button: { text: "Contactar", href: "#contact" }, featuresTitle: "Todo en Premium +:", features: ["Family Office", "Estrategia Global", "Soporte VIP 1:1"] }, ]} title="Niveles de Membresía" description="Elige el nivel de acompañamiento que mejor se adapte a tus objetivos financieros." @@ -302,60 +134,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Elena R.", - role: "CEO Tech", - company: "Global Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=2", - }, - { - id: "2", - name: "Marcus V.", - role: "Inversionista", - company: "V Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=3", - }, - { - id: "3", - name: "Sofia L.", - role: "Empresaria", - company: "L Interior", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=4", - }, - { - id: "4", - name: "Javier D.", - role: "Director", - company: "D Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=5", - }, - { - id: "5", - name: "Isabel P.", - role: "Founder", - company: "P & Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=6", - }, + { id: "1", name: "Elena R.", role: "CEO Tech", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" }, + { id: "2", name: "Marcus V.", role: "Inversionista", company: "V Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" }, + { id: "3", name: "Sofia L.", role: "Empresaria", company: "L Interior", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" }, + { id: "4", name: "Javier D.", role: "Director", company: "D Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" }, + { id: "5", name: "Isabel P.", role: "Founder", company: "P & Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg" }, ]} kpiItems={[ - { - value: "15+", - label: "Años", - }, - { - value: "98%", - label: "Satisfacción", - }, - { - value: "40+", - label: "Países", - }, + { value: "15+", label: "Años" }, + { value: "98%", label: "Satisfacción" }, + { value: "40+", label: "Países" }, ]} title="Resultados Premium" description="La confianza de nuestros clientes es nuestro activo más valioso." @@ -365,9 +153,7 @@ export default function LandingPage() {