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",