From 967badd0dffe2f5e31967999fddb8fe338335955 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:15:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f414bb..0e578ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,6 @@ export default function HomePage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - gridVariant="uniform-all-items-equal" carouselMode="buttons" className="py-16 bg-gradient-to-b from-background to-background-accent/10" containerClassName="max-w-6xl mx-auto" @@ -146,6 +145,7 @@ export default function HomePage() { description="From bridal makeup to professional grooming, we offer premium services for everyone" tag="Excellence" tagIcon={Sparkles} + textboxLayout="default" cardTitleClassName="text-lg font-semibold text-foreground" cardDescriptionClassName="text-sm text-foreground/70" features={[ @@ -192,12 +192,11 @@ export default function HomePage() { imageAlt: "Luxury massage therapy", }, ]} - textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "View All Services", href: "/services" }]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" /> @@ -230,6 +229,7 @@ export default function HomePage() { description="See the amazing transformations our expert team has created" tag="Before & After" tagIcon={Sparkles} + textboxLayout="default" cardNameClassName="text-lg font-semibold text-foreground" cardPriceClassName="text-sm text-foreground/70" products={[ @@ -268,11 +268,10 @@ export default function HomePage() { ]} gridVariant="two-columns-alternating-heights" animationType="scale-rotate" - textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "View Full Gallery", href: "/gallery" }]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" /> @@ -282,6 +281,7 @@ export default function HomePage() { description="Join thousands of satisfied clients who have experienced the Lavish difference" tag="Client Reviews" tagIcon={Star} + textboxLayout="default" nameClassName="text-lg font-semibold text-foreground" roleClassName="text-sm text-foreground/70" testimonials={[ @@ -342,12 +342,11 @@ export default function HomePage() { ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" - textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" buttons={[{ text: "Book Now", href: "/booking" }]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" /> @@ -357,6 +356,7 @@ export default function HomePage() { description="Find answers to common questions about our services" tag="Support" tagIcon={HelpCircle} + textboxLayout="default" accordionTitleClassName="text-lg font-semibold text-foreground" accordionContentClassName="text-sm text-foreground/70" faqs={[ @@ -391,13 +391,12 @@ export default function HomePage() { content: "Yes! We have special bridal packages, party makeup deals, and bundle offers for hair treatments. Ask about our loyalty program and seasonal discounts when you visit or call.", }, ]} - textboxLayout="default" useInvertedBackground={true} faqsAnimation="slide-up" animationType="smooth" showCard={true} containerClassName="max-w-4xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" /> From 6b4ff932d3b2d5aa2e0636619dbf7fe73a172650 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:15:53 +0000 Subject: [PATCH 2/2] 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" />