Update src/app/events/page.tsx

This commit is contained in:
2026-02-25 15:39:36 +00:00
parent a0dd697d2a
commit ef7ed87cc2

View File

@@ -52,21 +52,21 @@ export default function EventsPage() {
id: 1,
title: "Hackathon Workshop",
description: "Learn essential coding skills and team collaboration techniques in our hands-on hackathon preparation session.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=1",
imageAlt: "Students working on coding challenges"
},
{
id: 2,
title: "Guest Lecture Series",
description: "Hear from industry professionals sharing insights on emerging technologies and career paths in computer science.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg?_wi=1",
imageAlt: "Speaker presenting at a tech conference"
},
{
id: 3,
title: "Coding Bootcamp",
description: "Intensive training sessions covering web development fundamentals and practical project building.",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=1",
imageAlt: "Participants coding at laptops"
}
]}
@@ -86,7 +86,7 @@ export default function EventsPage() {
title: "Tech Talks",
subtitle: "Industry Insights & Trends",
description: "Join us every week for engaging presentations from industry professionals, faculty members, and advanced students sharing their expertise on cutting-edge technologies and career insights.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg?_wi=2",
imageAlt: "Professional giving a tech presentation",
buttons: [{ text: "View Schedule", href: "/events" }]
},
@@ -96,7 +96,7 @@ export default function EventsPage() {
title: "Workshops",
subtitle: "Hands-on Skill Building",
description: "Participate in interactive workshops covering programming languages, development frameworks, and emerging technologies. Perfect for building practical skills and portfolio projects.",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2",
imageAlt: "Students participating in coding workshop",
buttons: [{ text: "Register Now", href: "/membership" }]
},
@@ -106,7 +106,7 @@ export default function EventsPage() {
title: "Hackathons",
subtitle: "Innovation Competitions",
description: "Challenge yourself in our seasonal hackathons where teams compete to build innovative solutions to real-world problems. Great for networking and showcasing your skills.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=2",
imageAlt: "Hackathon team working on project",
buttons: [{ text: "Learn More", href: "/events" }]
}
@@ -128,14 +128,14 @@ export default function EventsPage() {
id: 1,
title: "AI Innovation Summit",
description: "A full-day conference featuring AI researchers, demonstrations of cutting-edge projects, and networking opportunities.",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-participating-business-meeting_107420-63848.jpg?_wi=3",
imageAlt: "AI Summit presentation"
},
{
id: 2,
title: "Web Dev Bootcamp",
description: "Three-day intensive bootcamp covering modern web development stack with hands-on project building.",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=3",
imageAlt: "Web development bootcamp session"
}
]}