From 0dccb584068e496ed7c2f9d41aef6f717c142fa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:11:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edb402f..fd4c9f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,13 +127,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Makeup Artist", company: "Bridal Beauty Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg", imageAlt: "Sarah Mitchell portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg?_wi=1", imageAlt: "Sarah Mitchell portrait"}, { id: "2", name: "Jessica Chen", role: "Wellness Coach", company: "Glow & Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg", imageAlt: "Jessica Chen portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg?_wi=1", imageAlt: "Jessica Chen portrait"}, { id: "3", name: "Emma Rodriguez", role: "Fashion Blogger", company: "Style & Substance", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg", imageAlt: "Emma Rodriguez portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg?_wi=1", imageAlt: "Emma Rodriguez portrait"}, { id: "4", name: "Olivia James", role: "CEO", company: "Luxe Wellness", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13873.jpg", imageAlt: "Olivia James portrait"}, @@ -156,11 +156,11 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "93%", title: "Visible Results", description: "Customers report visible improvements within 2 weeks", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg", imageAlt: "Skincare results showcase"}, + id: "1", value: "93%", title: "Visible Results", description: "Customers report visible improvements within 2 weeks", imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-smiling-happy-woman_171337-12340.jpg?_wi=2", imageAlt: "Skincare results showcase"}, { - id: "2", value: "50K+", title: "Happy Customers", description: "Trusted by beauty enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg", imageAlt: "Customer satisfaction"}, + id: "2", value: "50K+", title: "Happy Customers", description: "Trusted by beauty enthusiasts worldwide", imageSrc: "http://img.b2bpic.net/free-photo/sensual-glamour-portrait-beautiful-woman-model-with-no-makeup-clean-healthy-skin-black_158538-13850.jpg?_wi=2", imageAlt: "Customer satisfaction"}, { - id: "3", value: "4.9★", title: "Average Rating", description: "Consistently rated among top skincare brands", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg", imageAlt: "Product ratings"}, + id: "3", value: "4.9★", title: "Average Rating", description: "Consistently rated among top skincare brands", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-home_231208-9964.jpg?_wi=2", imageAlt: "Product ratings"}, ]} /> -- 2.49.1