From 90630a52848396d2c464bbf7b6b03d976a7d11dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:38:42 +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 6b555ac..236b5c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { name: "Maria Rodriguez", handle: "Small Business Owner", testimonial: "Sandra is the absolute best. She treated me like family and explained everything in detail.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1"}, { name: "James Martinez", handle: "Self-Employed", testimonial: "Such a smooth process. Been going there for years and I trust them completely.", rating: 5, @@ -73,7 +73,7 @@ export default function HomePage() { name: "Elena Gonzalez", handle: "Family Owner", testimonial: "Very professional and patient staff. They answered all my questions and made me feel comfortable.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2"}, ]} testimonialRotationInterval={5000} imageSrc="http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg" -- 2.49.1