From b2b51574891e8cae4bae09ba1e5ea1b89985f49c 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:33:34 +0000 Subject: [PATCH] Changes --- src/components/PlansSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 4fd75fd..a1d98d8 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -119,7 +119,7 @@ const PlansSection = () => { key={index} className={`relative bg-card p-3 md:p-8 card-classic rounded-sm flex flex-col ${ plan.isPremium - ? 'ring-2 ring-amber-500 shadow-[0_0_20px_rgba(217,164,32,0.3)]' + ? 'ring-2 ring-amber-500 hover:ring-2 hover:ring-amber-500 shadow-[0_0_20px_rgba(217,164,32,0.3)] hover:shadow-[0_0_30px_rgba(217,164,32,0.4)]' : '' }`} >