Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 08:57:18 +00:00

View File

@@ -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"
/>
</div>