Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-01 19:22:32 +00:00

View File

@@ -48,7 +48,7 @@ export default function TechClubPage() {
tag="Tech Community"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-giving-high-five-working-cafe_1262-1018.jpg", imageAlt: "Computer club members collaborating"
@@ -144,16 +144,16 @@ export default function TechClubPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Alex Johnson", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Alex Johnson"
id: "1", name: "Alex Johnson", role: "Club President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Alex Johnson"
},
{
id: "2", name: "Maria Chen", role: "VP Engineering", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Maria Chen"
id: "2", name: "Maria Chen", role: "VP Engineering", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Maria Chen"
},
{
id: "3", name: "David Kumar", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "David Kumar"
id: "3", name: "David Kumar", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "David Kumar"
},
{
id: "4", name: "Sarah Williams", role: "Membership Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Sarah Williams"
id: "4", name: "Sarah Williams", role: "Membership Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Williams"
}
]}
gridVariant="four-items-2x2-equal-grid"