Update src/app/about/page.tsx
This commit is contained in:
@@ -146,6 +146,7 @@ export default function AboutPage() {
|
||||
titleClassName="text-5xl md:text-6xl font-bold mb-4"
|
||||
descriptionClassName="text-lg text-foreground/70 max-w-3xl mb-12"
|
||||
cardClassName="group rounded-xl overflow-hidden cursor-pointer hover:shadow-xl transition-all"
|
||||
cardTitleClassName="text-2xl font-bold mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,7 +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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user