Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a73450ab0a | |||
| 4196bd87ea | |||
| 52fc6ca46c | |||
| 862a4e7c95 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user