diff --git a/src/app/page.tsx b/src/app/page.tsx index d360cd2..b22461f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,9 +130,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Emma Richardson", role: "Marketing Executive", testimonial: "After just two weeks, my skin feels incredibly hydrated and the redness has completely disappeared. This is the first skincare line that's actually worked for my sensitive skin!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-beautiful-young-brunette-female-with-positve-expression-dressed-summer-clothing-being-good-mood-after-beauty-procedures-sits-outdoor-cafeteria-people-emotions_273609-2722.jpg", imageAlt: "Emma Richardson"}, + id: "1", name: "Emma Richardson", role: "Marketing Executive", testimonial: "After just two weeks, my skin feels incredibly hydrated and the redness has completely disappeared. This is the first skincare line that's actually worked for my sensitive skin!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-beautiful-young-brunette-female-with-positve-expression-dressed-summer-clothing-being-good-mood-after-beauty-procedures-sits-outdoor-cafeteria-people-emotions_273609-2722.jpg?_wi=1", imageAlt: "Emma Richardson"}, { - id: "2", name: "Jade Martinez", role: "Wellness Coach", testimonial: "I love that these products are clean and natural. My skin has never looked clearer and I feel good about what I'm putting on my face. Absolutely life-changing!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg", imageAlt: "Jade Martinez"}, + id: "2", name: "Jade Martinez", role: "Wellness Coach", testimonial: "I love that these products are clean and natural. My skin has never looked clearer and I feel good about what I'm putting on my face. Absolutely life-changing!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg?_wi=1", imageAlt: "Jade Martinez"}, { id: "3", name: "Sarah Kim", role: "Entrepreneur", testimonial: "The results were noticeable within a week. My skin tone is more even, my pores appear smaller, and I've received so many compliments. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-with-smooth-skin-light-background-with-natural-makeup_1258-104365.jpg", imageAlt: "Sarah Kim"}, { @@ -150,9 +150,9 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "50K+", title: "Happy Customers", description: "Women with transformed skin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-beautiful-young-brunette-female-with-positve-expression-dressed-summer-clothing-being-good-mood-after-beauty-procedures-sits-outdoor-cafeteria-people-emotions_273609-2722.jpg", imageAlt: "Happy customers"}, + id: "1", value: "50K+", title: "Happy Customers", description: "Women with transformed skin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-beautiful-young-brunette-female-with-positve-expression-dressed-summer-clothing-being-good-mood-after-beauty-procedures-sits-outdoor-cafeteria-people-emotions_273609-2722.jpg?_wi=2", imageAlt: "Happy customers"}, { - id: "2", value: "4.9★", title: "Average Rating", description: "From verified purchases", imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg", imageAlt: "Average rating"}, + id: "2", value: "4.9★", title: "Average Rating", description: "From verified purchases", imageSrc: "http://img.b2bpic.net/free-photo/portrait-surprised-older-woman_23-2149022599.jpg?_wi=2", imageAlt: "Average rating"}, ]} />