2 Commits

Author SHA1 Message Date
d54ca77b42 Update src/app/page.tsx 2026-05-13 14:12:25 +00:00
de95590899 Merge version_2 into main
Merge version_2 into main
2026-05-13 14:08:02 +00:00

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>
);
}
}