From 54ff50574b4053cc179fc452d668d6591978bf46 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40fbdfd..5398e7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,6 +129,7 @@ export default function HomePage() { }, ]} textboxLayout="centered" + animationType="slide-up" useInvertedBackground={false} animationType="slide-up" gridVariant="uniform-all-items-equal" @@ -146,6 +147,8 @@ export default function HomePage() { description="From bridal makeup to professional grooming, we offer premium services for everyone" tag="Excellence" tagIcon={Sparkles} + cardTitleClassName="text-lg font-semibold text-foreground" + cardDescriptionClassName="text-sm text-foreground/70" features={[ { id: 1, @@ -228,6 +231,8 @@ export default function HomePage() { description="See the amazing transformations our expert team has created" tag="Before & After" tagIcon={Sparkles} + cardNameClassName="text-lg font-semibold text-foreground" + cardPriceClassName="text-sm text-foreground/70" products={[ { id: "hair-1", @@ -278,6 +283,8 @@ export default function HomePage() { description="Join thousands of satisfied clients who have experienced the Lavish difference" tag="Client Reviews" tagIcon={Star} + nameClassName="text-lg font-semibold text-foreground" + roleClassName="text-sm text-foreground/70" testimonials={[ { id: "testimonial-1", @@ -351,6 +358,8 @@ export default function HomePage() { description="Find answers to common questions about our services" tag="Support" tagIcon={HelpCircle} + accordionTitleClassName="text-lg font-semibold text-foreground" + accordionContentClassName="text-sm text-foreground/70" faqs={[ { id: "faq-1", -- 2.49.1 From fe36c04d2af72d78817a5689dc8b0baee4606424 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:04 +0000 Subject: [PATCH 2/2] 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, -- 2.49.1