diff --git a/src/app/page.tsx b/src/app/page.tsx index 57b5f4c..610428f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,8 +105,6 @@ export default function LandingPage() { tagAnimation="blur-reveal" containerClassName="relative" textBoxClassName="backdrop-blur-sm bg-white/5 rounded-2xl p-8 border border-white/10 mb-12" - titleClassName="text-white font-bold" - descriptionClassName="text-white/80" cardClassName="group relative overflow-hidden rounded-xl backdrop-blur-sm bg-white/5 border border-white/10 hover:border-red-500/30 transition-all duration-300" imageClassName="w-full h-full object-cover group-hover:scale-105 transition-transform duration-300" gridClassName="gap-4 md:gap-6"