From 0894b4eb3df66347fc252f24ee5390f82153b461 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:05:24 +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 14be56e..755d3bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "CEO, BuildCorp", testimonial: "Reduced project delays by 40% and improved team coordination significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1"}, ]} buttons={[ { text: "Get Started", href: "#contact" }, @@ -143,7 +143,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"}, { id: "2", name: "Marcus Thompson", role: "Operations Manager", company: "Urban Build Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2"}, { id: "3", name: "Elena Rodriguez", role: "Site Coordinator", company: "Premier Developments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg"}, -- 2.49.1