diff --git a/src/app/caracteristicas/page.tsx b/src/app/caracteristicas/page.tsx index 1b586b4..00050ba 100644 --- a/src/app/caracteristicas/page.tsx +++ b/src/app/caracteristicas/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { description="Desde la automatización de impuestos hasta la gestión de empleados, cada módulo está diseñado para tu éxito fiscal." features={[ { - id: "declaraciones-simplificadas", title: "Declaraciones Juradas Simplificadas", description: "Genera tus DDJJ de Monotributo, IVA y Ganancias de forma rápida y sin errores.", imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-133848.jpg", imageAlt: "Tax Credits Claim Return Deduction Refund Concept"}, + id: "declaraciones-simplificadas", title: "Declaraciones Juradas Simplificadas", imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-133848.jpg", imageAlt: "Tax Credits Claim Return Deduction Refund Concept"}, { - id: "flujo-caja", title: "Seguimiento de Flujo de Caja", description: "Visualiza tus ingresos y egresos para una mejor toma de decisiones financieras.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-money-infographic_23-2147602901.jpg", imageAlt: "Hand-drawn money infographic"}, + id: "flujo-caja", title: "Seguimiento de Flujo de Caja", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-money-infographic_23-2147602901.jpg", imageAlt: "Hand-drawn money infographic"}, { - id: "integracion-bancaria", title: "Integración Bancaria Segura", description: "Conecta tus cuentas bancarias para conciliar movimientos automáticamente.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-tablet-with-bank-app_1098-21610.jpg", imageAlt: "People using tablet with bank app"}, + id: "integracion-bancaria", title: "Integración Bancaria Segura", imageSrc: "http://img.b2bpic.net/free-photo/people-using-tablet-with-bank-app_1098-21610.jpg", imageAlt: "People using tablet with bank app"}, { - id: "reportes-personalizables", title: "Reportes Financieros Personalizables", description: "Crea informes detallados adaptados a tus necesidades para analizar tu situación.", imageSrc: "http://img.b2bpic.net/free-photo/spreadsheet-marketing-budget-report-file-concept_53876-124781.jpg", imageAlt: "Spreadsheet Marketing Budget Report File Concept"}, + id: "reportes-personalizables", title: "Reportes Financieros Personalizables", imageSrc: "http://img.b2bpic.net/free-photo/spreadsheet-marketing-budget-report-file-concept_53876-124781.jpg", imageAlt: "Spreadsheet Marketing Budget Report File Concept"}, ]} animationType="slide-up" textboxLayout="default"