Update src/app/services/page.tsx
This commit is contained in:
@@ -89,6 +89,7 @@ export default function ServicesPage() {
|
||||
description="Transform your look with our expert women's beauty services"
|
||||
tag="For Women"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
cardTitleClassName="text-lg font-semibold text-foreground"
|
||||
cardDescriptionClassName="text-sm text-foreground/70"
|
||||
features={[
|
||||
@@ -135,11 +136,10 @@ export default function ServicesPage() {
|
||||
imageAlt: "Waxing service",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Book Now", href: "/booking" }]}
|
||||
containerClassName="max-w-7xl mx-auto py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,6 +149,7 @@ export default function ServicesPage() {
|
||||
description="Professional grooming and styling for the modern man"
|
||||
tag="For Men"
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
cardTitleClassName="text-lg font-semibold text-foreground"
|
||||
cardDescriptionClassName="text-sm text-foreground/70"
|
||||
features={[
|
||||
@@ -195,11 +196,10 @@ export default function ServicesPage() {
|
||||
imageAlt: "Complete grooming",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Book Now", href: "/booking" }]}
|
||||
containerClassName="max-w-7xl mx-auto py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user