Changes
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user