Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 17:35:58 +00:00
parent da7ed55a18
commit 41a842e990

View File

@@ -55,42 +55,42 @@ export default function AboutPage() {
id: "1",
name: "James Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "James Mitchell",
},
{
id: "2",
name: "David Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg",
"http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=2",
imageAlt: "David Chen",
},
{
id: "3",
name: "Michael Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg",
"http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=2",
imageAlt: "Michael Rodriguez",
},
{
id: "4",
name: "Alexander Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
"http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2",
imageAlt: "Alexander Thompson",
},
{
id: "5",
name: "Christopher Lee",
imageSrc:
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2",
imageAlt: "Christopher Lee",
},
{
id: "6",
name: "Jonathan Smith",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Jonathan Smith",
},
];