From 4bed2a4ba069fdc09d044369194e4ea2f4f97358 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:56:45 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 4b813bf..9d2d6eb 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -128,11 +128,9 @@ export default function PricingPage() { className="py-20 md:py-32" containerClassName="max-w-7xl mx-auto" subtitleClassName="text-4xl md:text-5xl font-bold text-center" - descriptionClassName="text-lg text-gray-600 mt-4 text-center max-w-2xl mx-auto" cardClassName="rounded-2xl p-8 h-full" badgeClassName="inline-block px-4 py-2 bg-[var(--accent)] text-[var(--foreground)] rounded-full text-sm font-semibold mb-6" priceClassName="text-4xl font-bold mt-6" - subtitleClassName="text-gray-600 text-sm mt-2" featuresClassName="space-y-3 mt-8" featureItemClassName="flex items-start gap-3" gridClassName="gap-8 mt-12" -- 2.49.1