Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 05:01:26 +00:00
parent 26eb406ba7
commit 47d9ff5ffa

View File

@@ -88,28 +88,28 @@ export default function ContactPage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-young-student-confident-an-1772946038377-79202c98.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-young-student-confident-an-1772946038377-79202c98.png?_wi=2",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-diverse-young-studen-1772946040031-8a0d09c5.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-diverse-young-studen-1772946040031-8a0d09c5.png?_wi=2",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-third-student-with-diverse-1772946038932-5570ad22.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-third-student-with-diverse-1772946038932-5570ad22.png?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-student-happy-and-su-1772946038750-da8f36d3.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-student-happy-and-su-1772946038750-da8f36d3.png?_wi=2",
imageAlt: "David Kim",
},
]}