Update src/app/page.tsx

This commit is contained in:
2026-03-14 08:47:47 +00:00
parent 1537cb86e0
commit 09964c158d

View File

@@ -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"
cardContentClassName=""
imageClassName="w-full h-48 object-cover rounded-lg"
/>
</div>
@@ -160,7 +159,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=""
imageClassName="w-full h-56 object-cover group-hover:scale-105 transition-transform"
/>
</div>
@@ -204,7 +202,6 @@ export default function SalonPage() {
speed={40}
ariaLabel="Social Proof Section"
className="py-16 lg:py-24"
textBoxTitleClassName="sr-only"
descriptionClassName="text-foreground text-center text-lg opacity-80 mb-12 max-w-2xl mx-auto"
tagClassName="text-primary-cta font-semibold text-sm uppercase tracking-wide"
logoItemClassName="flex items-center justify-center"