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 */}