diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f5d806..b43a14f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,6 @@ export default function LandingPage() { ]} containerClassName="py-16 border-t border-b border-blue-500/20 bg-gradient-to-r from-blue-500/5 to-purple-500/5" cardClassName="min-h-40" - titleClassName="text-white/90" valueClassName="text-4xl font-bold text-blue-400" /> @@ -234,7 +233,6 @@ export default function LandingPage() { ]} containerClassName="py-20" cardClassName="bg-gradient-to-br from-blue-900/30 to-purple-900/30 backdrop-blur-xl border border-blue-500/30 rounded-3xl overflow-hidden hover:border-blue-400/60 transition-all duration-300" - titleClassName="text-4xl md:text-5xl font-bold text-white mb-4" descriptionClassName="text-lg text-white/70" /> @@ -366,7 +364,6 @@ export default function LandingPage() { ]} containerClassName="py-20 border-t border-blue-500/20" cardClassName="bg-gradient-to-br from-blue-900/30 to-purple-900/30 backdrop-blur-xl border border-blue-500/20 rounded-2xl overflow-hidden hover:border-blue-400/40 transition-all" - titleClassName="text-4xl md:text-5xl font-bold text-white mb-4" descriptionClassName="text-lg text-white/70" />