Update src/app/page.tsx
This commit is contained in:
@@ -128,16 +128,16 @@ export default function ComputerClubPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Alex Chen, Club President"
|
||||
id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Alex Chen, Club President"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jordan Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jordan Martinez, Vice President"
|
||||
id: "2", name: "Jordan Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Jordan Martinez, Vice President"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sam Patel", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sam Patel, Events Coordinator"
|
||||
id: "3", name: "Sam Patel", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Sam Patel, Events Coordinator"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Casey Williams", role: "Mentorship Lead", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Casey Williams, Mentorship Lead"
|
||||
id: "4", name: "Casey Williams", role: "Mentorship Lead", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Casey Williams, Mentorship Lead"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -149,16 +149,16 @@ export default function ComputerClubPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Kim"
|
||||
id: "1", name: "Sarah Kim", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Sarah Kim"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Rodriguez"
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=7", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Liu", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Liu"
|
||||
id: "4", name: "David Liu", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=8", imageAlt: "David Liu"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 500 members trust us to advance their tech careers and build meaningful connections."
|
||||
|
||||
Reference in New Issue
Block a user