From f4d8acd9b2f9e7b0043735274eeaf39279699e7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:00:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b66d77..207e15a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,13 +123,13 @@ export default function SalonPage() { ]} ariaLabel="Services 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" - tagClassName="text-primary-cta font-semibold text-sm" + textBoxTitleClassName="text-foreground text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-foreground text-lg opacity-85 leading-relaxed max-w-2xl" + textBoxTagClassName="text-primary-cta font-semibold text-sm" 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" - cardImageClassName="w-full h-48 object-cover rounded-md" + imageClassName="w-full h-48 object-cover rounded-md" /> @@ -152,14 +152,14 @@ export default function SalonPage() { ]} ariaLabel="Gallery Section" className="py-20 lg:py-28" - titleClassName="text-foreground text-4xl lg:text-5xl font-bold" + textBoxTitleClassName="text-foreground text-4xl lg:text-5xl font-bold" textBoxDescriptionClassName="text-foreground text-lg opacity-85 leading-relaxed max-w-2xl" - tagClassName="text-primary-cta font-semibold text-sm" + textBoxTagClassName="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" cardNameClassName="text-foreground text-lg font-bold mt-2" cardPriceClassName="text-primary-cta text-lg font-bold mt-2" - cardImageClassName="w-full h-48 object-cover rounded-md" + imageClassName="w-full h-48 object-cover rounded-md" />