Update src/app/team/page.tsx

This commit is contained in:
2026-02-27 09:17:03 +00:00
parent 9ef051dcf7
commit 425204a705

View File

@@ -46,21 +46,21 @@ export default function TeamPage() {
id: "member-1", id: "member-1",
name: "Alex Chen", name: "Alex Chen",
role: "Club President", role: "Club President",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=1",
imageAlt: "Alex Chen, Club President" imageAlt: "Alex Chen, Club President"
}, },
{ {
id: "member-2", id: "member-2",
name: "Jordan Martinez", name: "Jordan Martinez",
role: "Vice President & Events Lead", role: "Vice President & Events Lead",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg?_wi=1",
imageAlt: "Jordan Martinez, Vice President & Events Lead" imageAlt: "Jordan Martinez, Vice President & Events Lead"
}, },
{ {
id: "member-3", id: "member-3",
name: "Sam Patel", name: "Sam Patel",
role: "Technical Director", role: "Technical Director",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=1",
imageAlt: "Sam Patel, Technical Director" imageAlt: "Sam Patel, Technical Director"
}, },
{ {
@@ -114,7 +114,7 @@ export default function TeamPage() {
role: "Club President", role: "Club President",
company: "Computer Science Major", company: "Computer Science Major",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2",
imageAlt: "Alex Chen, Club President" imageAlt: "Alex Chen, Club President"
}, },
{ {
@@ -123,7 +123,7 @@ export default function TeamPage() {
role: "Vice President", role: "Vice President",
company: "Software Engineering Student", company: "Software Engineering Student",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg?_wi=2",
imageAlt: "Jordan Martinez, Vice President" imageAlt: "Jordan Martinez, Vice President"
}, },
{ {
@@ -132,7 +132,7 @@ export default function TeamPage() {
role: "Technical Director", role: "Technical Director",
company: "Full Stack Developer", company: "Full Stack Developer",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=2",
imageAlt: "Sam Patel, Technical Director" imageAlt: "Sam Patel, Technical Director"
} }
]} ]}