From 899e1327a6ba7efd7cba58e04fe428d50c56a820 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 09:17:01 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ab5ff2c..4bb4152 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,21 +70,21 @@ export default function AboutPage() { id: "value-1", title: "Innovation & Learning", description: "We believe in continuous learning and pushing the boundaries of what's possible. Our workshops and projects expose members to cutting-edge technologies and methodologies.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", imageAlt: "Innovation and learning environment" }, { id: "value-2", title: "Collaboration & Community", description: "Strong partnerships and teamwork are at the heart of everything we do. We create opportunities for members to work together and support each other's growth.", - imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg?_wi=2", imageAlt: "Collaborative team environment" }, { id: "value-3", title: "Diversity & Inclusion", description: "We welcome tech enthusiasts from all backgrounds and experience levels. Our inclusive environment ensures everyone has the opportunity to contribute and succeed.", - imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg?_wi=2", imageAlt: "Diverse and inclusive community" } ]} -- 2.49.1 From 10ac29e9f1ccfda42d82570e17bbe7b66b35f38b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 09:17:01 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4f046e9..542b3d8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,21 +68,21 @@ export default function ContactPage() { id: "connect-1", title: "Join Our Discord", description: "Connect with members in real-time, join discussions about latest tech trends, and get updates about upcoming events and workshops.", - imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg?_wi=3", imageAlt: "Discord community interaction" }, { id: "connect-2", title: "Attend Our Events", description: "Participate in our weekly workshops, monthly hackathons, and networking events. Perfect for meeting like-minded tech enthusiasts.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=3", imageAlt: "Community events and workshops" }, { id: "connect-3", title: "Follow Our Projects", description: "Check out our GitHub repositories, contribute to open-source projects, and showcase your own work to the community.", - imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg?_wi=3", imageAlt: "Collaborative coding projects" } ]} -- 2.49.1 From 9ef051dcf7093f3d22bdb59bcff58cf215f2e5fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 09:17:02 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72e71bb..b21f44a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,21 +109,21 @@ export default function HomePage() { id: "feature-1", title: "Technical Workshops", description: "Regular hands-on sessions covering programming languages, web development, cybersecurity, and emerging technologies. Learn from experienced members and industry professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=1", imageAlt: "Members participating in a technical workshop" }, { id: "feature-2", title: "Collaborative Projects", description: "Work together on real-world projects that challenge your skills and expand your portfolio. From open-source contributions to club-exclusive initiatives.", - imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teamworking-engineers-coding-advanced-ai-algorithm-startup_482257-125568.jpg?_wi=1", imageAlt: "Team members collaborating on a coding project" }, { id: "feature-3", title: "Networking Events", description: "Connect with fellow tech enthusiasts, industry professionals, and potential mentors. Build relationships that last beyond the club.", - imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/yes_53876-47102.jpg?_wi=1", imageAlt: "Members networking at a club event" }, { -- 2.49.1 From 425204a70569129b6244e7c466df872bde5ee561 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 09:17:03 +0000 Subject: [PATCH 4/4] Update src/app/team/page.tsx --- src/app/team/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 854dcdc..83328f3 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -46,21 +46,21 @@ export default function TeamPage() { id: "member-1", name: "Alex Chen", role: "Club President", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=1", imageAlt: "Alex Chen, Club President" }, { id: "member-2", name: "Jordan Martinez", role: "Vice President & Events Lead", - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg?_wi=1", imageAlt: "Jordan Martinez, Vice President & Events Lead" }, { id: "member-3", name: "Sam Patel", role: "Technical Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=1", imageAlt: "Sam Patel, Technical Director" }, { @@ -114,7 +114,7 @@ export default function TeamPage() { role: "Club President", company: "Computer Science Major", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2", imageAlt: "Alex Chen, Club President" }, { @@ -123,7 +123,7 @@ export default function TeamPage() { role: "Vice President", company: "Software Engineering Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg?_wi=2", imageAlt: "Jordan Martinez, Vice President" }, { @@ -132,7 +132,7 @@ export default function TeamPage() { role: "Technical Director", company: "Full Stack Developer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg?_wi=2", imageAlt: "Sam Patel, Technical Director" } ]} -- 2.49.1