From 703c72b217e606ab0156aed0ab5ef6021608885e 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 13:23:13 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index ede30cb..c8ac63f 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Check, Loader2, Crown, Gift } from "lucide-react"; +import { Check, Loader2, Crown } from "lucide-react"; import { useShopifyProducts } from "@/hooks/useShopifyProducts"; import { useCartStore } from "@/stores/cartStore"; import { toast } from "sonner"; @@ -44,7 +44,6 @@ const planDetails = [ ], shopifyHandle: "stor-kakabonnemang-10-kg-vecka", isPremium: true, - exclusiveOffer: "Första månaden -20%", }, ]; @@ -143,14 +142,6 @@ const PlansSection = () => {

{plan.employeeRecommendation}

- - {/* Exclusive offer badge */} - {plan.isPremium && plan.exclusiveOffer && ( -
- - {plan.exclusiveOffer} -
- )} {/* Price info */}