Update src/app/events/page.tsx

This commit is contained in:
2026-02-25 15:59:37 +00:00
parent f860b66422
commit 8114a3972f

View File

@@ -49,22 +49,22 @@ export default function EventsPage() {
id: 1,
title: "Weekly Code Workshops",
description: "Join us every Wednesday for hands-on coding sessions covering various programming languages and frameworks. Perfect for beginners and experts alike.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=4" }
},
{
id: 2,
title: "Monthly Hackathons",
description: "Challenge yourself in our monthly 48-hour hackathons. Build innovative solutions, win prizes, and connect with talented developers.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg?_wi=4" }
},
{
id: 3,
title: "Industry Meetups",
description: "Network with professionals from top tech companies. Learn about career opportunities and gain insights into the latest industry trends.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg?_wi=4" }
}
]}
/>
@@ -89,7 +89,7 @@ export default function EventsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/particle-style-digital-network-wallpaper-ai-innovation-research_1017-50915.jpg"
imageSrc="http://img.b2bpic.net/free-vector/particle-style-digital-network-wallpaper-ai-innovation-research_1017-50915.jpg?_wi=3"
imageAlt="Tech background"
logoText="ComputerClub"
copyrightText="© 2025 Computer Club | All rights reserved"