From 6f88c2294cf399fc94d2141c208ef3d86e1ef10b 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:18:46 +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 | 6 +++--- src/components/PlansSection.tsx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/AbonnemangCheckout.tsx b/src/components/AbonnemangCheckout.tsx index df70f8b..702638a 100644 --- a/src/components/AbonnemangCheckout.tsx +++ b/src/components/AbonnemangCheckout.tsx @@ -12,12 +12,12 @@ interface AbonnemangCheckoutProps { const plans: Record = { "Liten": { kg: 3, - pricePerKg: 450, + pricePerKg: 300, shopifyLink: "#" // Replace with actual Shopify link }, "Mellan": { kg: 5, - pricePerKg: 450, + pricePerKg: 300, shopifyLink: "#" }, "Stor": { diff --git a/src/components/AbonnemangForm.tsx b/src/components/AbonnemangForm.tsx index 86a13f1..d3e4d8e 100644 --- a/src/components/AbonnemangForm.tsx +++ b/src/components/AbonnemangForm.tsx @@ -294,9 +294,9 @@ 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 && (

{errors.abonnemang}

diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index cf11fc3..254acfe 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -8,7 +8,7 @@ const planDetails = [ { name: "Liten", kgPerWeek: "3 kg", - priceWeekExclVat: "1 350", + priceWeekExclVat: "900", employeeRecommendation: "1–10 anställda", features: [ "3 kg kakor per vecka", @@ -21,7 +21,7 @@ const planDetails = [ { name: "Mellan", kgPerWeek: "5 kg", - priceWeekExclVat: "2 250", + priceWeekExclVat: "1 500", employeeRecommendation: "10–25 anställda", features: [ "5 kg kakor per vecka",