From 46b6a4cbe92e9b79510ca14786beef917e6224ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:33:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec0df46..ae75ec9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", @@ -187,7 +187,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=1", }, { id: "t2", @@ -195,7 +195,7 @@ export default function LandingPage() { role: "Designer", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=2", }, { id: "t3", @@ -203,7 +203,7 @@ export default function LandingPage() { role: "Investor", company: "Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=3", }, { id: "t4", @@ -211,7 +211,7 @@ export default function LandingPage() { role: "Manager", company: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=4", }, { id: "t5", @@ -219,7 +219,7 @@ export default function LandingPage() { role: "Owner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=5", }, ]} title="Client Excellence" @@ -253,7 +253,7 @@ export default function LandingPage() { required: true, }} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=2" /> -- 2.49.1