Update src/app/about/page.tsx

This commit is contained in:
2026-03-20 00:42:35 +00:00
parent 622108a823
commit 4a01fbbf44

View File

@@ -169,7 +169,7 @@ export default function AboutPage() {
useInvertedBackground={false}
className="relative w-full py-16 md:py-24"
containerClassName="max-w-7xl mx-auto px-4"
cardClassName="rounded-lg bg-[var(--card)] overflow-hidden p-8 hover:shadow-lg transition-all"
itemClassName="rounded-lg bg-[var(--card)] overflow-hidden p-8 hover:shadow-lg transition-all"
mediaWrapperClassName="mb-6 rounded-lg overflow-hidden h-64"
mediaClassName="w-full h-full object-cover"
cardTitleClassName="text-2xl font-bold text-[var(--foreground)] mb-3"