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