Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-14 08:55:04 +00:00

View File

@@ -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"
/>
</div>
@@ -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"