Update src/app/team/page.tsx

This commit is contained in:
2026-03-05 00:50:11 +00:00
parent 6dbed24de6
commit f42b907f4e

View File

@@ -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"},
],
},
]}