Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-13 20:15:57 +00:00
2 changed files with 13 additions and 14 deletions

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>