From 3feddec9f38ebe72760fcc771c94d5de53ec259e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 14:09:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 718f0ef..3c8c29d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -17,7 +17,7 @@ export default function ComputerClubPage() { return ( @@ -117,16 +117,16 @@ export default function ComputerClubPage() { tagIcon={Users} members={[ { - id: "1", name: "Alex Rivera", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Rivera, Club President" + id: "1", name: "Alex Rivera", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Rivera, Club President" }, { - id: "2", name: "Jordan Chen", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jordan Chen, Vice President" + id: "2", name: "Jordan Chen", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jordan Chen, Vice President" }, { - id: "3", name: "Sam Thompson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sam Thompson, Events Coordinator" + id: "3", name: "Sam Thompson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sam Thompson, Events Coordinator" }, { - id: "4", name: "Morgan Blake", role: "Technical Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Morgan Blake, Technical Lead" + id: "4", name: "Morgan Blake", role: "Technical Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Morgan Blake, Technical Lead" } ]} gridVariant="uniform-all-items-equal" @@ -179,22 +179,22 @@ export default function ComputerClubPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Emma Wilson", role: "Computer Science Major", testimonial: "Joining the Computer Club was the best decision I made. The workshops transformed my understanding of web development and I've made incredible friends who share my passion.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Emma Wilson" + id: "1", name: "Emma Wilson", role: "Computer Science Major", testimonial: "Joining the Computer Club was the best decision I made. The workshops transformed my understanding of web development and I've made incredible friends who share my passion.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emma Wilson" }, { - id: "2", name: "Liam Parker", role: "Electrical Engineering Student", testimonial: "The mentorship program connected me with industry professionals who gave me invaluable guidance. I landed my first internship thanks to connections made here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Liam Parker" + id: "2", name: "Liam Parker", role: "Electrical Engineering Student", testimonial: "The mentorship program connected me with industry professionals who gave me invaluable guidance. I landed my first internship thanks to connections made here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Liam Parker" }, { - id: "3", name: "Sophia Martinez", role: "Data Science Enthusiast", testimonial: "The hackathons are incredibly well-organized and challenging. I've learned more from these events than in any classroom. The community is supportive and inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3", imageAlt: "Sophia Martinez" + id: "3", name: "Sophia Martinez", role: "Data Science Enthusiast", testimonial: "The hackathons are incredibly well-organized and challenging. I've learned more from these events than in any classroom. The community is supportive and inspiring.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sophia Martinez" }, { - id: "4", name: "Noah Johnson", role: "Aspiring Software Engineer", testimonial: "This club gave me the confidence to pursue my dreams in tech. The diverse skill-sharing and collaborative environment accelerated my learning exponentially.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=4", imageAlt: "Noah Johnson" + id: "4", name: "Noah Johnson", role: "Aspiring Software Engineer", testimonial: "This club gave me the confidence to pursue my dreams in tech. The diverse skill-sharing and collaborative environment accelerated my learning exponentially.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Noah Johnson" }, { - id: "5", name: "Ava Chen", role: "Computer Science Sophomore", testimonial: "I came as a beginner with no coding experience. The patient mentors and structured workshops brought me from zero to building real projects in just a few months.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=5", imageAlt: "Ava Chen" + id: "5", name: "Ava Chen", role: "Computer Science Sophomore", testimonial: "I came as a beginner with no coding experience. The patient mentors and structured workshops brought me from zero to building real projects in just a few months.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Ava Chen" }, { - id: "6", name: "Ethan Brooks", role: "Game Development Hobbyist", testimonial: "The Game Dev Bootcamp introduced me to tools and techniques I never would have discovered alone. I've shipped my first indie game thanks to this community.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=6", imageAlt: "Ethan Brooks" + id: "6", name: "Ethan Brooks", role: "Game Development Hobbyist", testimonial: "The Game Dev Bootcamp introduced me to tools and techniques I never would have discovered alone. I've shipped my first indie game thanks to this community.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Ethan Brooks" } ]} /> @@ -244,7 +244,7 @@ export default function ComputerClubPage() { tagIcon={Mail} tagAnimation="reveal-blur" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" imageAlt="Join the Computer Club" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1