From d20ba448e2b0ea26a70e779c15f0c7243fa835c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:39:40 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 0a819e9..75fb710 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -47,7 +47,7 @@ export default function ProjectsPage() { title: "Campus Connect", subtitle: "Social Platform for Students", description: "A comprehensive social network designed specifically for university students to connect, share resources, and collaborate on academic projects.", - imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg?_wi=1", imageAlt: "Campus Connect web application interface", buttons: [{ text: "View Project", href: "#" }] }, @@ -57,7 +57,7 @@ export default function ProjectsPage() { title: "Smart Library System", subtitle: "IoT-Based Inventory Management", description: "An intelligent library management system using RFID tags and sensors to track book availability and automate checkout processes.", - 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=3", imageAlt: "Smart Library System with RFID tags and sensors", buttons: [{ text: "View Project", href: "#" }] }, @@ -67,7 +67,7 @@ export default function ProjectsPage() { title: "Study Buddy", subtitle: "Collaborative Learning Tool", description: "A mobile application that helps students form study groups, schedule sessions, and share educational resources in real-time.", - imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg?_wi=1", imageAlt: "Study Buddy mobile app interface", buttons: [{ text: "View Project", href: "#" }] } @@ -90,7 +90,7 @@ export default function ProjectsPage() { id: "category-1", title: "Web Development", description: "Full-stack web applications using modern frameworks and technologies to solve real-world problems.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg", imageAlt: "Web development project workspace" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg?_wi=2", imageAlt: "Web development project workspace" }, items: [ { icon: Code, text: "React & Next.js" }, { icon: Users, text: "Team Collaboration" }, @@ -102,7 +102,7 @@ export default function ProjectsPage() { id: "category-2", title: "Mobile Applications", description: "Cross-platform mobile apps that enhance student life and campus experiences.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg", imageAlt: "Mobile app development" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036884.jpg?_wi=2", imageAlt: "Mobile app development" }, items: [ { icon: Code, text: "React Native" }, { icon: Users, text: "User-Centered Design" }, @@ -114,7 +114,7 @@ export default function ProjectsPage() { id: "category-3", title: "Hardware & IoT", description: "Internet of Things projects and hardware solutions for smart campus initiatives.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Hardware and IoT project development" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=4", imageAlt: "Hardware and IoT project development" }, items: [ { icon: Code, text: "Arduino & Raspberry Pi" }, { icon: Users, text: "Interdisciplinary Teams" }, @@ -146,7 +146,7 @@ export default function ProjectsPage() { id: "start-1", title: "Join a Team", description: "Connect with existing project teams looking for contributors with your skills and interests.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Students joining project teams" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg?_wi=3", imageAlt: "Students joining project teams" }, items: [ { icon: Users, text: "Active Teams" }, { icon: Code, text: "Skill Matching" }, @@ -158,7 +158,7 @@ export default function ProjectsPage() { id: "start-2", title: "Start Your Own", description: "Have an innovative idea? Get support to launch your own project and recruit team members.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg", imageAlt: "Students starting new projects" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg?_wi=3", imageAlt: "Students starting new projects" }, items: [ { icon: Code, text: "Project Incubation" }, { icon: Users, text: "Team Building" },