From 2f48b0e1c86015726ea5e2d4c78afa7cbd3f3fa0 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:21:45 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/AbonnemangCheckout.tsx | 4 ++-- src/components/AbonnemangForm.tsx | 4 ++-- src/components/PlansSection.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AbonnemangCheckout.tsx b/src/components/AbonnemangCheckout.tsx index 702638a..4a4c4d2 100644 --- a/src/components/AbonnemangCheckout.tsx +++ b/src/components/AbonnemangCheckout.tsx @@ -12,12 +12,12 @@ interface AbonnemangCheckoutProps { const plans: Record = { "Liten": { kg: 3, - pricePerKg: 300, + pricePerKg: 325, shopifyLink: "#" // Replace with actual Shopify link }, "Mellan": { kg: 5, - pricePerKg: 300, + pricePerKg: 325, shopifyLink: "#" }, "Stor": { diff --git a/src/components/AbonnemangForm.tsx b/src/components/AbonnemangForm.tsx index d3e4d8e..c82fa4d 100644 --- a/src/components/AbonnemangForm.tsx +++ b/src/components/AbonnemangForm.tsx @@ -294,8 +294,8 @@ const AbonnemangForm = ({ selectedPlan, onClose }: AbonnemangFormProps) => { className="w-full px-4 py-3 rounded-sm bg-background border border-border text-foreground focus:outline-none focus:ring-2 focus:ring-primary/30" > - - + + {errors.abonnemang && ( diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 254acfe..daacaaa 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -8,7 +8,7 @@ const planDetails = [ { name: "Liten", kgPerWeek: "3 kg", - priceWeekExclVat: "900", + priceWeekExclVat: "975", employeeRecommendation: "1–10 anställda", features: [ "3 kg kakor per vecka", @@ -21,7 +21,7 @@ const planDetails = [ { name: "Mellan", kgPerWeek: "5 kg", - priceWeekExclVat: "1 500", + priceWeekExclVat: "1 625", employeeRecommendation: "10–25 anställda", features: [ "5 kg kakor per vecka",