From b78a47b0a7065785ebc95b442715754799fbcb60 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:55:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56981d7..e612c20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ 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" + imageContainerClassName="w-full h-48 object-cover rounded-lg" /> @@ -153,7 +153,7 @@ export default function SalonPage() { ariaLabel="Gallery Section" className="py-20 lg:py-28" titleClassName="text-foreground text-4xl lg:text-5xl font-bold" - descriptionClassName="text-foreground text-lg opacity-85 leading-relaxed max-w-2xl" + textBoxDescriptionClassName="text-foreground text-lg opacity-85 leading-relaxed max-w-2xl" tagClassName="text-primary-cta font-semibold text-sm" cardClassName="group rounded-lg bg-card border border-accent overflow-hidden hover:shadow-lg transition-all" cardBrandClassName="text-primary-cta text-xs font-semibold uppercase tracking-wide mt-4" @@ -203,7 +203,7 @@ export default function SalonPage() { 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" + textBoxDescriptionClassName="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" logoCardClassName="rounded-lg bg-card border border-accent p-6 flex items-center justify-center"