diff --git a/src/app/page.tsx b/src/app/page.tsx index 12270dd..1e8d4b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,6 @@ export default function SalonPage() { cardClassName="group rounded-lg border border-accent bg-card p-6 hover:shadow-lg transition-all" cardTitleClassName="text-foreground text-xl font-bold mt-4" cardDescriptionClassName="text-foreground text-sm opacity-80 mt-2 leading-relaxed" - imageClassName="w-full h-48 object-cover rounded-lg" /> @@ -159,7 +158,6 @@ export default function SalonPage() { cardBrandClassName="text-primary-cta text-xs font-semibold uppercase tracking-wide mt-4" cardNameClassName="text-foreground text-lg font-bold mt-2" cardPriceClassName="text-primary-cta text-lg font-bold mt-2" - cardRatingClassName="text-primary-cta text-sm font-semibold" />