Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-01 19:22:32 +00:00

View File

@@ -48,7 +48,7 @@ export default function TechClubPage() {
tag="Tech Community" tag="Tech Community"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-giving-high-five-working-cafe_1262-1018.jpg", imageAlt: "Computer club members collaborating" 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" tagAnimation="slide-up"
members={[ 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" gridVariant="four-items-2x2-equal-grid"