4 Commits

Author SHA1 Message Date
a73450ab0a Merge version_2 into main
Merge version_2 into main
2026-04-21 04:23:42 +00:00
4196bd87ea Update src/app/page.tsx 2026-04-21 04:23:39 +00:00
52fc6ca46c Merge version_1 into main
Merge version_1 into main
2026-04-19 21:36:07 +00:00
862a4e7c95 Merge version_1 into main
Merge version_1 into main
2026-04-19 21:35:41 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}