Update src/app/page.tsx
This commit is contained in:
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
description="Led by passionate technologists"
|
||||
subdescription="Computer Club Leadership"
|
||||
icon={Rocket}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-library-with-her-laptop_273609-12725.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-library-with-her-laptop_273609-12725.jpg?_wi=1"
|
||||
imageAlt="Computer Club community"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Networking Opportunities", description: "Connect with like-minded tech enthusiasts, build lasting relationships, and collaborate on meaningful projects.", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg", imageAlt: "Networking event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-hanging-out-with-each-other_53876-40981.jpg?_wi=1", imageAlt: "Networking event" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1023.jpg?_wi=2", imageAlt: "Community discussion" }
|
||||
]
|
||||
},
|
||||
@@ -113,14 +113,14 @@ export default function LandingPage() {
|
||||
title: "Collaborative Projects", description: "Work together on exciting initiatives that solve real-world problems and showcase your portfolio.", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg?_wi=1", imageAlt: "Team project work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-golden-cup-trophy_93675-135798.jpg", imageAlt: "Project success celebration" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-golden-cup-trophy_93675-135798.jpg?_wi=1", imageAlt: "Project success celebration" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Mentorship & Support", description: "Get guidance from experienced members who are committed to helping you grow as a technologist.", icon: Award,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg", imageAlt: "Mentorship session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-wooden-blocks-human-figure-pencils-wooden-table-side-view_176474-9330.jpg", imageAlt: "Personal growth" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg?_wi=1", imageAlt: "Mentorship session" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-wooden-blocks-human-figure-pencils-wooden-table-side-view_176474-9330.jpg?_wi=1", imageAlt: "Personal growth" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -158,10 +158,10 @@ export default function LandingPage() {
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{ id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Alex Chen" },
|
||||
{ id: "2", name: "Sarah Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg", imageAlt: "Sarah Martinez" },
|
||||
{ id: "3", name: "Jordan Lee", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", imageAlt: "Jordan Lee" },
|
||||
{ id: "4", name: "Priya Patel", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "Priya Patel" }
|
||||
{ id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg?_wi=1", imageAlt: "Alex Chen" },
|
||||
{ id: "2", name: "Sarah Martinez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg?_wi=1", imageAlt: "Sarah Martinez" },
|
||||
{ id: "3", name: "Jordan Lee", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg?_wi=1", imageAlt: "Jordan Lee" },
|
||||
{ id: "4", name: "Priya Patel", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1", imageAlt: "Priya Patel" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="opacity"
|
||||
|
||||
Reference in New Issue
Block a user