From f42b907f4e4679c2301853901c65a4c64c1d6c8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:50:11 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"}, ], }, ]}