Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-13 14:12:29 +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>
);
}
}