Update src/app/page.tsx

This commit is contained in:
2026-03-14 11:22:01 +00:00
parent 905019094c
commit 55573a021c

View File

@@ -190,7 +190,7 @@ export default function HomePage() {
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"
cardContentClassName="text-2xl font-bold mt-4"
cardTitleClassName="text-2xl font-bold mt-4"
/>
</div>
@@ -263,7 +263,7 @@ export default function HomePage() {
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 p-8 bg-card hover:shadow-lg transition-all"
contentWrapperClassName="text-lg text-foreground/80 mb-6 italic"
testimonialClassName="text-lg text-foreground/80 mb-6 italic"
/>
</div>
@@ -291,7 +291,7 @@ export default function HomePage() {
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"
overlayClassName="text-2xl font-bold mt-4"
nameClassName="text-2xl font-bold mt-4"
roleClassName="text-primary-cta font-semibold mt-2"
/>
</div>