diff --git a/src/app/page.tsx b/src/app/page.tsx index cb7741e..ada2c7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarah_beauty_lover", testimonial: "Elizabeth Salon completely transformed my look! The attention to detail and professionalism are unmatched. I've been going for 3 years and wouldn't trust anyone else with my hair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Sarah Mitchell satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=1", imageAlt: "Sarah Mitchell satisfied client" }, { name: "Jessica Chen", handle: "@jess_glowing", testimonial: "The facial treatment I received was absolutely luxurious. The esthetician knew exactly what my skin needed. I felt pampered and my skin has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Jessica Chen happy client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "Jessica Chen happy client" }, { name: "Amanda Rodriguez", handle: "@amanda_style", testimonial: "Best salon experience ever! From the moment I walked in, I felt welcomed and cared for. The stylists listened to my needs and delivered exactly what I wanted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", imageAlt: "Amanda Rodriguez satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1", imageAlt: "Amanda Rodriguez satisfied customer" }, { name: "Michelle Thompson", handle: "@michelle_shine", testimonial: "I came in nervous about trying balayage for the first time. The team's expertise and reassurance made all the difference. I love my new hair color!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg", imageAlt: "Michelle Thompson happy with new hairstyle" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg?_wi=1", imageAlt: "Michelle Thompson happy with new hairstyle" } ]} testimonialRotationInterval={5000} @@ -217,16 +217,16 @@ export default function LandingPage() {