diff --git a/src/app/page.tsx b/src/app/page.tsx index 62e7324..9851c9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Marco Rossi", handle: "Restaurant Owner, Marco's Italian Kitchen", testimonial: "Our website brought in 3x more reservations in the first month. Stratus understood exactly what drives customer acquisition for restaurants.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Jessica Chen", handle: "Gym Manager, FitFlow Studio", testimonial: "Finally, a website that actually converts visitors to members. The design is clean and the results speak for themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "David Thompson", handle: "Service Owner, Thompson Plumbing", testimonial: "No fluff, no confusion. Stratus delivered exactly what was promised—a professional site that brings in quality leads.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} testimonialRotationInterval={5000}