From d1fae3e37f8b2fce063883a510c4ab53bdf1fed5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:26:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" /> -- 2.49.1