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,