diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fdb9a6..7bdc863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,9 +124,8 @@ export default function LandingPage() { buttonAnimation="slide-up" className="py-24" containerClassName="w-full max-w-6xl mx-auto px-4" - titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" + textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" textBoxDescriptionClassName="text-lg text-white/70 mb-12" - cardClassName="relative group p-8 rounded-2xl bg-white/5 border border-white/10 backdrop-blur-xl hover:border-white/30 transition-all duration-300 hover:bg-white/8" cardTagClassName="inline-block text-sm font-semibold px-3 py-1 rounded-full bg-orange-500/20 text-orange-400 mb-4" cardTitleClassName="text-2xl font-bold text-white mb-2" cardDescriptionClassName="text-white/60" @@ -159,7 +158,7 @@ export default function LandingPage() { ]} className="py-24 bg-gradient-to-b from-transparent via-blue-500/5 to-transparent" containerClassName="w-full max-w-6xl mx-auto px-4" - titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" + textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" textBoxDescriptionClassName="text-lg text-white/70 mb-16" cardClassName="p-8 rounded-2xl bg-gradient-to-br from-white/8 to-white/5 border border-white/15 backdrop-blur-xl" valueClassName="text-5xl font-extrabold text-orange-400 mb-2" @@ -241,7 +240,7 @@ export default function LandingPage() { ]} className="py-24" containerClassName="w-full max-w-6xl mx-auto px-4" - titleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" + textBoxTitleClassName="text-5xl md:text-6xl font-extrabold text-white mb-6" textBoxDescriptionClassName="text-lg text-white/70 mb-16" cardClassName="relative p-8 rounded-2xl border transition-all duration-300" planTitleClassName="text-2xl font-bold text-white mb-2"