From 6b4ff932d3b2d5aa2e0636619dbf7fe73a172650 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:15:53 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9a6e67a..4b75d82 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" /> @@ -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" />