From bb65f15a77a6853ee1009ff952f9bdc9859d8567 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d0b6db..5805b56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,7 @@ export default function LandingPage() { cardDescriptionClassName="text-foreground opacity-85 mb-4" tagsContainerClassName="flex flex-wrap gap-2 mb-4" tagClassName="bg-background-accent text-foreground px-3 py-1 rounded-full text-sm" + textBoxTitleClassName="text-2xl font-bold text-foreground mb-2" /> @@ -170,6 +171,7 @@ export default function LandingPage() { nameClassName="text-lg font-bold text-foreground mb-1" roleClassName="text-sm text-foreground opacity-70" ratingClassName="text-primary-cta flex gap-1 mt-3" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4 text-center" /> -- 2.49.1