From fe723ac4a85f32fe601b86143d43f7098fff665d 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:44:42 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index de45864..f5216c4 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -2,9 +2,8 @@ import { Check } from "lucide-react"; const plans = [ { - name: "Liten", + name: "Fika", kgPerWeek: "3 kg", - priceWeekExclVat: "1 350", priceMonthExclVat: "5 400", features: [ "3 kg kakor per vecka", @@ -14,9 +13,8 @@ const plans = [ featured: false, }, { - name: "Mellan", + name: "Kontor", kgPerWeek: "5 kg", - priceWeekExclVat: "2 250", priceMonthExclVat: "9 000", features: [ "5 kg kakor per vecka", @@ -26,9 +24,8 @@ const plans = [ featured: true, }, { - name: "Stor", + name: "Företag", kgPerWeek: "10 kg", - priceWeekExclVat: "4 500", priceMonthExclVat: "18 000", features: [ "10 kg kakor per vecka", @@ -78,7 +75,7 @@ const PlansSection = () => {
Abonnemang
-