From 9b6619bdf616dbd84aed60bd43fbb82ef90066c3 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:49:29 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 04e97b2..18ada31 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -4,33 +4,33 @@ const plans = [ { name: "Lilla", kgPerWeek: "3 kg", - priceMonthExclVat: "5 400", + priceWeekExclVat: "1 350", features: [ "3 kg kakor per vecka", "Veckoleverans", - "Företagsfaktura", + "Kortbetalning", ], featured: false, }, { name: "Mellan", kgPerWeek: "5 kg", - priceMonthExclVat: "9 000", + priceWeekExclVat: "2 250", features: [ "5 kg kakor per vecka", "Veckoleverans", - "Företagsfaktura", + "Kortbetalning", ], featured: true, }, { name: "Stora", kgPerWeek: "10 kg", - priceMonthExclVat: "18 000", + priceWeekExclVat: "4 500", features: [ "10 kg kakor per vecka", "Veckoleverans", - "Företagsfaktura", + "Kortbetalning", ], featured: false, }, @@ -87,9 +87,9 @@ const PlansSection = () => {
- {plan.priceMonthExclVat} + {plan.priceWeekExclVat} - kr/mån exkl. moms + kr/vecka exkl. moms