Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-13 20:14:08 +00:00
2 changed files with 13 additions and 0 deletions

View File

@@ -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",

View File

@@ -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,