From ddbb40a7774bc2f216587b7e6b29cbba956697a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:57:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84494df..4d0b6db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function LandingPage() { cardClassName="bg-card border border-accent rounded-lg overflow-hidden hover:shadow-lg transition-shadow" textBoxClassName="p-6" cardTitleClassName="text-2xl font-bold text-foreground mb-2" - textBoxDescriptionClassName="text-foreground opacity-85 mb-4" + 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" /> @@ -169,7 +169,6 @@ export default function LandingPage() { imageClassName="w-16 h-16 rounded-full object-cover mb-4" nameClassName="text-lg font-bold text-foreground mb-1" roleClassName="text-sm text-foreground opacity-70" - textBoxTitleClassName="text-lg font-bold text-foreground mb-1" ratingClassName="text-primary-cta flex gap-1 mt-3" /> -- 2.49.1