diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index c8ac63f..258af70 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Check, Loader2, Crown } from "lucide-react"; +import { Check, Loader2 } from "lucide-react"; import { useShopifyProducts } from "@/hooks/useShopifyProducts"; import { useCartStore } from "@/stores/cartStore"; import { toast } from "sonner"; @@ -123,16 +123,6 @@ const PlansSection = () => { : '' }`} > - {/* Premium badge */} - {plan.isPremium && ( -
-
- - Mest populär - Populär -
-
- )} {/* Plan header */}