Update src/app/page.tsx

This commit is contained in:
2026-03-14 09:46:18 +00:00
parent d7018b894b
commit e5158a2ca5

View File

@@ -116,8 +116,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
className="py-16 md:py-24"
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-3xl md:text-5xl font-bold text-[#2d1b3d] mb-4"
descriptionClassName="text-lg text-[#5c3d6f] max-w-3xl mb-12"
cardClassName="bg-white rounded-2xl overflow-hidden shadow-md hover:shadow-lg transition-shadow p-6"
cardTitleClassName="text-xl font-bold text-[#2d1b3d] mb-3"
cardDescriptionClassName="text-[#5c3d6f] leading-relaxed"