Update src/app/page.tsx

This commit is contained in:
2026-05-13 14:12:25 +00:00
parent de95590899
commit d54ca77b42

View File

@@ -133,7 +133,7 @@ export default function LandingPage() {
featuresTitle: "Inklusive:", features: ["Finanzberichte", "Jahresabschluss", "E-Mail-Support"],
},
{
id: "growth", tag: "Wachstum", price: "€499", period: "/Monat", description: "Ideal für wachsende Unternehmen mit Fokus auf proaktives Management.", button: { text: "Plan wählen", href: "#contact" },
id: "growth", tag: "Wachstum (Meistgewählt)", price: "€499", period: "/Monat", description: "Unser beliebtester Plan für wachsende Unternehmen mit Fokus auf proaktives Management.", button: { text: "Plan wählen", href: "#contact" },
featuresTitle: "Alles aus Basis plus:", features: ["Lohnbuchhaltung", "Strategische Beratung", "Priorisierter Support"],
},
]}
@@ -226,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}