From b5c78ebb5033248cbbc87af73eebda03fa256712 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:10:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4997549..db7d180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { items: [ { icon: Sparkles, text: "Hydrating facial therapy" }, { icon: CheckCircle, text: "Anti-aging treatments" }, - { icon: Award, text: "Sensitive skin care" } + { icon: CheckCircle, text: "Sensitive skin care" } ], reverse: false }, @@ -128,15 +128,13 @@ export default function LandingPage() { }, items: [ { icon: Sparkles, text: "Full body waxing" }, - { icon: Award, text: "Sensitive skin solutions" }, + { icon: CheckCircle, text: "Sensitive skin solutions" }, { icon: CheckCircle, text: "Long-lasting results" } ], reverse: false } ]} containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg opacity-85 max-w-2xl" /> @@ -152,16 +150,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "clients-served", value: "5,000+", title: "Clients Served", description: "Trusted by thousands of satisfied clients seeking premium esthetic care" + id: "clients-served", value: "5,000+", title: "Clients Served", description: "Trusted by thousands of satisfied clients seeking premium esthetic care", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Happy clients" }, { - id: "treatments-monthly", value: "800+", title: "Treatments Monthly", description: "Consistent delivery of exceptional esthetic services and wellness experiences" + id: "treatments-monthly", value: "800+", title: "Treatments Monthly", description: "Consistent delivery of exceptional esthetic services and wellness experiences", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Treatment sessions" }, { - id: "certified-professionals", value: "12", title: "Certified Professionals", description: "Highly trained and licensed estheticians committed to excellence" + id: "certified-professionals", value: "12", title: "Certified Professionals", description: "Highly trained and licensed estheticians committed to excellence", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Professional team" }, { - id: "satisfaction-rate", value: "98%", title: "Satisfaction Rate", description: "Industry-leading client satisfaction and loyalty ratings" + id: "satisfaction-rate", value: "98%", title: "Satisfaction Rate", description: "Industry-leading client satisfaction and loyalty ratings", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Satisfaction ratings" } ]} containerClassName="max-w-7xl" @@ -181,7 +179,7 @@ export default function LandingPage() { useInvertedBackground={false} showRating={true} carouselMode="buttons" - animationType="opacity" + animationType="blur-reveal" testimonials={[ { id: "testimonial-1", name: "Sarah Martinez", handle: "@sarah.wellness", testimonial: "Excellent Esthetics Spa transformed my skin and my confidence. The facial treatments are absolutely amazing, and the staff treats you like royalty. I've never felt more relaxed and rejuvenated.", rating: 5, @@ -224,7 +222,6 @@ export default function LandingPage() { textboxLayout="default" faqsAnimation="blur-reveal" useInvertedBackground={false} - animationType="smooth" showCard={true} faqs={[ { -- 2.49.1