From 86143afeef8ce1a69aec8eb186f79ea92ac8c2c4 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:43 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 */}