diff --git a/src/app/page.tsx b/src/app/page.tsx index fbfba5b..a99ec4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "@happy_car_owner", testimonial: "Best car wash in Long Island City! My car looks brand new every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-14295.jpg", imageAlt: "John Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-14295.jpg?_wi=1", imageAlt: "John Martinez" }, { name: "Sarah Chen", handle: "@detail_enthusiast", testimonial: "The attention to detail is incredible. They treat your car like it's their own!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1", imageAlt: "Sarah Chen" }, { name: "Michael Thompson", handle: "@luxury_car_guy", testimonial: "Premium service at fair prices. Formula Auto Care is the gold standard!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=1", imageAlt: "Michael Thompson" } ]} testimonialRotationInterval={5000} @@ -201,15 +201,15 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "John Martinez", role: "Car Enthusiast", company: "Local Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-14295.jpg", imageAlt: "John Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-standing-isolated-background-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-14295.jpg?_wi=2", imageAlt: "John Martinez" }, { id: "t2", name: "Sarah Chen", role: "Professional", company: "Manhattan Tech", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "Sarah Chen" }, { id: "t3", name: "Michael Thompson", role: "Luxury Car Owner", company: "Finance Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-beard-with-arms-crossed-gesture-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-13410.jpg?_wi=2", imageAlt: "Michael Thompson" }, { id: "t4", name: "Emily Rodriguez", role: "Marketing Director", company: "Digital Agency", rating: 5,