From fe36c04d2af72d78817a5689dc8b0baee4606424 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:04 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2505a18..9a6e67a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -89,6 +89,8 @@ export default function ServicesPage() { description="Transform your look with our expert women's beauty services" tag="For Women" tagIcon={Sparkles} + cardTitleClassName="text-lg font-semibold text-foreground" + cardDescriptionClassName="text-sm text-foreground/70" features={[ { id: 1, @@ -147,6 +149,8 @@ export default function ServicesPage() { description="Professional grooming and styling for the modern man" tag="For Men" tagIcon={Award} + cardTitleClassName="text-lg font-semibold text-foreground" + cardDescriptionClassName="text-sm text-foreground/70" features={[ { id: 1,