This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 19:46:37 +00:00
parent 765849fbf3
commit 53193c0b92
+3 -3
View File
@@ -2,7 +2,7 @@ import { Check } from "lucide-react";
const plans = [ const plans = [
{ {
name: "Fika", name: "Lilla",
kgPerWeek: "3 kg", kgPerWeek: "3 kg",
priceMonthExclVat: "5 400", priceMonthExclVat: "5 400",
features: [ features: [
@@ -13,7 +13,7 @@ const plans = [
featured: false, featured: false,
}, },
{ {
name: "Kontor", name: "Mellan",
kgPerWeek: "5 kg", kgPerWeek: "5 kg",
priceMonthExclVat: "9 000", priceMonthExclVat: "9 000",
features: [ features: [
@@ -24,7 +24,7 @@ const plans = [
featured: true, featured: true,
}, },
{ {
name: "Företag", name: "Stora",
kgPerWeek: "10 kg", kgPerWeek: "10 kg",
priceMonthExclVat: "18 000", priceMonthExclVat: "18 000",
features: [ features: [