From b87568d10f200c52a2cfe0a779b92b6f631da893 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:23:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2ff47..362e851 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,6 @@ export default function LandingPage() { 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-accent" /> @@ -163,7 +162,6 @@ 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" logoImageClassName="max-h-12 max-w-full" - logoTextClassName="font-semibold text-foreground" /> @@ -206,7 +204,6 @@ export default function LandingPage() { tagsContainerClassName="flex flex-wrap gap-2" tagClassName="px-3 py-1 text-xs rounded-full bg-accent/10 text-accent font-medium" mediaClassName="w-full h-96 object-cover" - mediaWrapperClassName="rounded-xl overflow-hidden" /> -- 2.49.1