diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a59398..54ba963 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,11 +49,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Beauty Enthusiast", testimonial: "Absolutely transformed my skin in just weeks. The quality is exceptional!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "Emma Roberts", handle: "Skincare Expert", testimonial: "Professional results at home. This is exactly what I've been looking for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg", imageAlt: "Emma Roberts" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg?_wi=1", imageAlt: "Emma Roberts" } ]} testimonialRotationInterval={5000} @@ -133,10 +133,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Jessica Chen", handle: "@jessicabeauty", testimonial: "My skin has never looked better. The radiance is unbelievable and I've gotten so many compliments.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Jessica Chen" + id: "1", name: "Jessica Chen", handle: "@jessicabeauty", testimonial: "My skin has never looked better. The radiance is unbelievable and I've gotten so many compliments.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg?_wi=2", imageAlt: "Jessica Chen" }, { - id: "2", name: "Amanda Foster", handle: "@skincare_devotee", testimonial: "Finally found a skincare line that works for sensitive skin without irritation. Absolutely worth it!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg", imageAlt: "Amanda Foster" + id: "2", name: "Amanda Foster", handle: "@skincare_devotee", testimonial: "Finally found a skincare line that works for sensitive skin without irritation. Absolutely worth it!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg?_wi=2", imageAlt: "Amanda Foster" }, { id: "3", name: "Michelle Davis", handle: "@glow_queen", testimonial: "The moisturizer is a game changer. My skin feels hydrated all day long, no more dryness.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Michelle Davis" @@ -145,10 +145,10 @@ export default function LandingPage() { id: "4", name: "Rachel Thompson", handle: "@natural_beauty", testimonial: "Love that these products are natural and cruelty-free. My conscience is as happy as my skin!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "Rachel Thompson" }, { - id: "5", name: "Lauren Blake", handle: "@luxury_skincare", testimonial: "The packaging is gorgeous and the products deliver. This is now my go-to beauty brand.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg", imageAlt: "Lauren Blake" + id: "5", name: "Lauren Blake", handle: "@luxury_skincare", testimonial: "The packaging is gorgeous and the products deliver. This is now my go-to beauty brand.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7970.jpg?_wi=3", imageAlt: "Lauren Blake" }, { - id: "6", name: "Sofia Martinez", handle: "@skincare_scientist", testimonial: "Dermatologist recommended and customer approved. These formulas are scientifically sound.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg", imageAlt: "Sofia Martinez" + id: "6", name: "Sofia Martinez", handle: "@skincare_scientist", testimonial: "Dermatologist recommended and customer approved. These formulas are scientifically sound.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-slim-young-woman-with-long-brown-hair_613910-8511.jpg?_wi=3", imageAlt: "Sofia Martinez" } ]} speed={40}