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"},