diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f0ebbc..e8d03f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file