Update src/app/page.tsx

This commit is contained in:
2026-03-06 13:23:38 +00:00
parent 5aef21294c
commit 4d2fcb287d

View File

@@ -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"