From 64b51468b321ab5af22dcceee32bf3be8d4ddcec Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:00:37 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index cab2014..bb11a8d 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -104,15 +104,15 @@ const PlansSection = () => { const isLoading = productsLoading || cartLoading || checkoutLoading; return ( -
+
{/* Section header */} -
-
-

+
+
+

Våra Abonnemang

-

+

Välj det abonnemang som passar ert företag bäst

@@ -122,33 +122,33 @@ const PlansSection = () => { {planDetails.map((plan, index) => (
{/* Plan header */} -
-

+
+

{plan.name}

-

- Rekommenderas för {plan.employeeRecommendation} +

+ {plan.employeeRecommendation}

{/* Price info */} -
-
+
+
{plan.kgPerWeek}/vecka
- + {plan.priceWeekExclVat} - kr/vecka exkl. moms + kr/v
- {/* Features */} -
    + {/* Features - hidden on mobile */} +
      {plan.features.map((feature, i) => (
    • @@ -161,15 +161,15 @@ const PlansSection = () => {