diff --git a/src/app/page.tsx b/src/app/page.tsx index 38c3cf9..9996309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,14 +66,14 @@ export default function LandingPage() { handle: "Construction Co. CEO", testimonial: "The MBDA helped us secure critical federal contracts that doubled our growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/team-portrait-three-successful-businesswomen_1262-21087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-portrait-three-successful-businesswomen_1262-21087.jpg?_wi=1", }, { name: "David Chen", handle: "Tech Solutions Founder", testimonial: "Unparalleled access to capital and advisory resources. Truly a game-changer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-rich-man-using-laptop-luxury-vacation-home_482257-82348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-rich-man-using-laptop-luxury-vacation-home_482257-82348.jpg?_wi=1", }, { name: "Sarah Miller", @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/entrepreneur-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-48150.jpg" + imageSrc="http://img.b2bpic.net/free-photo/entrepreneur-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-48150.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/pov-client-advertises-organic-farming_482257-80727.jpg", @@ -187,7 +187,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-48150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-sitting-wheelchair-talking-business-partners-work-break-laughing-having-fun-disability-friendly-office-male-worker-with-impairment-chatting-with-colleagues_482257-48150.jpg?_wi=2", imageAlt: "diverse minority business owners meeting", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/team-portrait-three-successful-businesswomen_1262-21087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-portrait-three-successful-businesswomen_1262-21087.jpg?_wi=2", imageAlt: "diverse minority business owners meeting", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-rich-man-using-laptop-luxury-vacation-home_482257-82348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-rich-man-using-laptop-luxury-vacation-home_482257-82348.jpg?_wi=2", imageAlt: "diverse minority business owners meeting", }, ]}