From acf3b3da923ef571b5e90d470c298007c088a868 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:16:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e3eef6..cdacd14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { testimonials={[ { name: "Robert Burns", handle: "Google Review", testimonial: "Great with my kids! Always professional and friendly. Appointments make it so easy to fit in my busy schedule.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" }, { name: "Christopher North", handle: "Google Review", testimonial: "Always a good clean cut. Casey knows what he's doing and keeps me coming back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2" }, { name: "Tony G", handle: "Google Review", testimonial: "So glad appointments are available! The relaxed vibe and sports on TV make it feel like home.", rating: 5, -- 2.49.1