Update src/app/team/page.tsx

This commit is contained in:
2026-03-04 17:05:22 +00:00
parent c711d414c5
commit f5b44ef4ff

View File

@@ -49,25 +49,25 @@ export default function TeamPage() {
id: "1",
name: "Alexandra Foster",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3",
},
{
id: "2",
name: "Marcus Johnson",
role: "Strategy Lead",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=4",
},
{
id: "3",
name: "Priya Patel",
role: "Content Creator",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=5",
},
{
id: "4",
name: "David Kim",
role: "Analytics Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=6",
},
]}
animationType="slide-up"
@@ -91,7 +91,7 @@ export default function TeamPage() {
{ value: "50+", title: "Years Combined Experience" },
{ value: "4", title: "Core Disciplines Covered" },
]}
imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg"
imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=3"
imageAlt="creative team office environment collaboration brainstorming"
mediaAnimation="slide-up"
useInvertedBackground={true}