diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index d0c3345..3e31234 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -43,17 +43,17 @@ export default function TeamPage() { { id: "partners", groupTitle: "Senior Partners", members: [ { - id: "1", 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", imageAlt: "Robert Harmon, Founding Partner"}, + id: "1", 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?_wi=1", imageAlt: "Robert Harmon, Founding Partner"}, { - id: "2", 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", imageAlt: "Elizabeth Bennett, Senior Partner"}, + id: "2", 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?_wi=1", imageAlt: "Elizabeth Bennett, Senior Partner"}, ], }, { id: "associates", groupTitle: "Trial Attorneys", members: [ { - id: "3", 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", imageAlt: "Michael Patterson, Lead Trial Attorney"}, + id: "3", 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?_wi=2", imageAlt: "Michael Patterson, Lead Trial Attorney"}, { - id: "4", 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", imageAlt: "Jessica Wong, Personal Injury Specialist"}, + id: "4", 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?_wi=2", imageAlt: "Jessica Wong, Personal Injury Specialist"}, ], }, ]}