From 23e276c5d222695716dcea114c5b3c902ff08509 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:11:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a42589..bd56a60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { features={[ { id: "facial-treatments", title: "Advanced Facials", description: "Customized facial treatments using premium skincare lines and advanced esthetic techniques to rejuvenate and nourish your skin.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Professional facial treatment" + imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg?_wi=1", imageAlt: "Professional facial treatment" }, items: [ { icon: Sparkles, text: "Hydrating facial therapy" }, @@ -150,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", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816982.jpg", imageAlt: "Happy clients" + 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?_wi=2", imageAlt: "Happy clients" }, { - 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: "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?_wi=3", imageAlt: "Treatment sessions" }, { - 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: "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?_wi=4", imageAlt: "Professional team" }, { - 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" + 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?_wi=5", imageAlt: "Satisfaction ratings" } ]} containerClassName="max-w-7xl" -- 2.49.1