From 597bf48ebfaff8f856ed30968cec631b0c403d9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:17:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f490d3b..1301515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,7 @@ export default function LandingPage() { imageClassName="w-full h-64 object-cover rounded-lg" cardBrandClassName="text-sm text-accent font-semibold mt-4" cardNameClassName="text-lg font-bold mt-2" + cardPriceClassName="text-xl font-bold text-accent mt-3" cardRatingClassName="text-sm text-foreground/60 mt-2" /> @@ -162,6 +163,7 @@ export default function LandingPage() { descriptionClassName="text-lg text-foreground/80 max-w-2xl mx-auto mb-12 text-center" logoCardClassName="px-6 py-4 rounded-lg bg-card border border-accent/20 flex items-center justify-center" logoTextClassName="font-semibold text-foreground" + logoImageClassName="w-full h-full object-contain" /> @@ -203,6 +205,8 @@ export default function LandingPage() { cardDescriptionClassName="text-foreground/80 mb-4" tagsContainerClassName="flex flex-wrap gap-2" tagClassName="px-3 py-1 text-xs rounded-full bg-accent/10 text-accent font-medium" + mediaWrapperClassName="rounded-xl overflow-hidden" + mediaClassName="w-full h-96 object-cover" /> -- 2.49.1