From 245a323e5f21f356759b737b36721f2cba55e364 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:23:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.49.1