diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 63d8fec..cf14cf8 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -48,7 +48,7 @@ export default function TeamPage() { title: "Robert Harmon", subtitle: "Founding Partner", detail: "robert@harmonlegal.com", - imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg?_wi=1", imageAlt: "Robert Harmon, Founding Partner", }, { @@ -56,7 +56,7 @@ export default function TeamPage() { title: "Elizabeth Bennett", subtitle: "Senior Partner", detail: "elizabeth@harmonlegal.com", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg?_wi=1", imageAlt: "Elizabeth Bennett, Senior Partner", }, ], @@ -70,7 +70,7 @@ export default function TeamPage() { title: "Michael Patterson", subtitle: "Lead Trial Attorney", detail: "michael@harmonlegal.com", - imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-3011.jpg?_wi=2", imageAlt: "Michael Patterson, Lead Trial Attorney", }, { @@ -78,7 +78,7 @@ export default function TeamPage() { title: "Jessica Wong", subtitle: "Personal Injury Specialist", detail: "jessica@harmonlegal.com", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg?_wi=2", imageAlt: "Jessica Wong, Personal Injury Specialist", }, ],