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 = () => {