Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 11:26:13 +00:00
parent bb84a2f4c3
commit 2f53c68b4d

View File

@@ -176,6 +176,7 @@ export default function AboutPage() {
titleClassName="text-5xl md:text-6xl font-bold mb-4"
descriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12"
cardClassName="group rounded-xl overflow-hidden cursor-pointer hover:shadow-xl transition-all"
nameClassName="text-2xl font-bold mt-4"
roleClassName="text-primary-cta font-semibold mt-2"
/>
</div>