Changed plan names to Liten and Stor

Updated PlansSection.tsx to rename plans: Lilla -> Liten and Stora -> Stor, keeping existing weekly pricing and employee recommendations.

X-Lovable-Edit-ID: edt-edafd3d5-7262-4801-8c99-dddcc318edd0
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 19:54:26 +00:00
+2 -2
View File
@@ -2,7 +2,7 @@ import { Check } from "lucide-react";
const plans = [ const plans = [
{ {
name: "Lilla", name: "Liten",
kgPerWeek: "3 kg", kgPerWeek: "3 kg",
priceWeekExclVat: "1 350", priceWeekExclVat: "1 350",
employeeRecommendation: "110 anställda", employeeRecommendation: "110 anställda",
@@ -24,7 +24,7 @@ const plans = [
], ],
}, },
{ {
name: "Stora", name: "Stor",
kgPerWeek: "10 kg", kgPerWeek: "10 kg",
priceWeekExclVat: "4 500", priceWeekExclVat: "4 500",
employeeRecommendation: "25+ anställda", employeeRecommendation: "25+ anställda",