diff --git a/src/app/page.tsx b/src/app/page.tsx index d97cae6..483ea5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,10 +124,10 @@ export default function ComputerClubPage() { gridVariant="four-items-2x2-equal-grid" animationType="blur-reveal" members={[ - { id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Alex Chen" }, - { id: "2", name: "Jordan Smith", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jordan Smith" }, - { id: "3", name: "Morgan Lee", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Morgan Lee" }, - { id: "4", name: "Casey Williams", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Casey Williams" } + { id: "1", name: "Alex Chen", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Alex Chen" }, + { id: "2", name: "Jordan Smith", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Jordan Smith" }, + { id: "3", name: "Morgan Lee", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Morgan Lee" }, + { id: "4", name: "Casey Williams", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Casey Williams" } ]} /> @@ -141,22 +141,22 @@ export default function ComputerClubPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Transformed My Career", quote: "Computer Club gave me the confidence and skills to transition into a tech career. The mentorship and project experience were invaluable.", name: "Sarah Johnson", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "Transformed My Career", quote: "Computer Club gave me the confidence and skills to transition into a tech career. The mentorship and project experience were invaluable.", name: "Sarah Johnson", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Found My Network", quote: "I came for the workshops but stayed for the amazing community. The connections I've made have opened so many doors.", name: "Michael Chen", role: "Startup Founder", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen" + id: "2", title: "Found My Network", quote: "I came for the workshops but stayed for the amazing community. The connections I've made have opened so many doors.", name: "Michael Chen", role: "Startup Founder", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", title: "Building Passion Projects", quote: "The collaborative environment at Computer Club inspired me to start my own app. I couldn't have done it without this community.", name: "Emily Rodriguez", role: "App Developer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Building Passion Projects", quote: "The collaborative environment at Computer Club inspired me to start my own app. I couldn't have done it without this community.", name: "Emily Rodriguez", role: "App Developer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Learning at My Pace", quote: "As a beginner, I was intimidated by tech, but Computer Club made learning accessible and fun with supportive members.", name: "David Kim", role: "Junior Developer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim" + id: "4", title: "Learning at My Pace", quote: "As a beginner, I was intimidated by tech, but Computer Club made learning accessible and fun with supportive members.", name: "David Kim", role: "Junior Developer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", title: "Mentorship That Matters", quote: "The experienced members here genuinely care about helping others grow. Their guidance has been crucial to my development.", name: "Jessica White", role: "Data Scientist", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Jessica White" + id: "5", title: "Mentorship That Matters", quote: "The experienced members here genuinely care about helping others grow. Their guidance has been crucial to my development.", name: "Jessica White", role: "Data Scientist", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=5", imageAlt: "Jessica White" }, { - id: "6", title: "Community Spirit", quote: "Beyond the technical skills, Computer Club taught me the importance of collaboration and supporting fellow learners.", name: "Thomas Anderson", role: "Systems Administrator", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Thomas Anderson" + id: "6", title: "Community Spirit", quote: "Beyond the technical skills, Computer Club taught me the importance of collaboration and supporting fellow learners.", name: "Thomas Anderson", role: "Systems Administrator", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=6", imageAlt: "Thomas Anderson" } ]} />