Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user