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 = () => {