diff --git a/src/app/page.tsx b/src/app/page.tsx index f80eb35..7823322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,8 @@ export default function LandingPage() { descriptionClassName="text-lg text-foreground/80 mb-12" cardClassName="rounded-xl bg-card p-4 hover:shadow-lg transition-shadow border border-accent/10" imageClassName="w-full h-64 object-cover rounded-lg" + textBoxTitleClassName="text-2xl font-bold" + textBoxDescriptionClassName="text-foreground/80" /> @@ -155,7 +157,7 @@ export default function LandingPage() { speed={40} className="w-full py-16" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-3xl font-bold mb-4 text-center" + textBoxTitleClassName="text-3xl font-bold mb-4 text-center" /> @@ -195,6 +197,8 @@ export default function LandingPage() { cardTitleClassName="text-xl font-bold mb-2" authorClassName="text-sm text-accent font-medium mb-3" cardDescriptionClassName="text-foreground/80 mb-4" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-foreground/80 mb-12" />