From d40b4fe1da405157606eea10856219b966119aec Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:54:25 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 1900985..66535fa 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -2,7 +2,7 @@ import { Check } from "lucide-react"; const plans = [ { - name: "Lilla", + name: "Liten", kgPerWeek: "3 kg", priceWeekExclVat: "1 350", employeeRecommendation: "1–10 anställda", @@ -24,7 +24,7 @@ const plans = [ ], }, { - name: "Stora", + name: "Stor", kgPerWeek: "10 kg", priceWeekExclVat: "4 500", employeeRecommendation: "25+ anställda",