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
-