diff --git a/src/app/page.tsx b/src/app/page.tsx index a8011ea..ae3e869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "basic", tag: "Gratis", price: "$0", period: "/mes", description: "Gestión financiera básica.", button: { text: "Usar PWA" }, featuresTitle: "Funciones", features: ["Dashboard básico", "Gastos manuales", "Agenda estándar"] }, + { id: "basic", tag: "Gratis", price: "$0", period: "/mes", description: "Gestión financiera básica.", button: { text: "Comenzar Gratis Ahora" }, featuresTitle: "Funciones", features: ["Dashboard básico", "Gastos manuales", "Agenda estándar"] }, { id: "pro", tag: "Pro", price: "$9", period: "/mes", description: "Alertas y reportes avanzados.", button: { text: "Mejorar" }, featuresTitle: "Funciones Pro", features: ["Alertas Push", "Reportes PDF", "Sincronización ilimitada"] }, { id: "enterprise", tag: "Power", price: "$19", period: "/mes", description: "Finanzas familiares e inversión.", button: { text: "Contactar" }, featuresTitle: "Power", features: ["Cuentas compartidas", "Exportación CSV", "Soporte priority"] }, ]} @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file