From 5fbc6b5ef914b74b46d43114caba292b8f7d3349 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 16:56:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80668ab..46961fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,6 +170,26 @@ export default function LandingPage() { socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" } ] + }, + { + id: "5", + name: "Emily Rodriguez", + role: "Associate, Corporate Law", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766938360058-t14h8v9a.jpg", + imageAlt: "Emily Rodriguez, Associate Attorney", + socialLinks: [ + { icon: Linkedin, url: "https://linkedin.com" } + ] + }, + { + id: "6", + name: "James Patterson", + role: "Associate, Litigation", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766938361855-kj239hd9.jpg", + imageAlt: "James Patterson, Associate Attorney", + socialLinks: [ + { icon: Linkedin, url: "https://linkedin.com" } + ] } ]} />