From 54ff50574b4053cc179fc452d668d6591978bf46 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:14:03 +0000 Subject: [PATCH] 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",