From 24a021a831872c143a880f57d6eb6be65aa995d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:20:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 775c9aa..fbf2617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Join Our Community", href: "contact" }, { text: "Explore Events", href: "events" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg" + imageSrc="http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=1" imageAlt="Computer Club Community" showDimOverlay={true} /> @@ -74,7 +74,7 @@ export default function LandingPage() { title: "Spring Hackathon 2025", description: "48-hour coding challenge with prizes and mentorship from industry professionals", imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Hackathon Event", buttonIcon: ArrowRight, buttonHref: "contact"}, { - title: "Advanced Web Development Workshop", description: "Master modern frameworks and best practices with hands-on coding sessions", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Web Development Workshop", buttonIcon: ArrowRight, + title: "Advanced Web Development Workshop", description: "Master modern frameworks and best practices with hands-on coding sessions", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=2", imageAlt: "Web Development Workshop", buttonIcon: ArrowRight, buttonHref: "contact"}, { title: "Tech Leaders Networking Night", description: "Connect with industry veterans and fellow developers in an inspiring atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg", imageAlt: "Networking Event", buttonIcon: ArrowRight, @@ -110,13 +110,13 @@ export default function LandingPage() {