From b59608d94b94cb48a18402ef143f7c43702cbeea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:01:05 +0000 Subject: [PATCH 1/4] Update src/app/list-skill/page.tsx --- src/app/list-skill/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/list-skill/page.tsx b/src/app/list-skill/page.tsx index c2d17e3..2a07c21 100644 --- a/src/app/list-skill/page.tsx +++ b/src/app/list-skill/page.tsx @@ -99,7 +99,7 @@ export default function ListSkillPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg?_wi=2" imageAlt="Skill listing support" mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1 From 0fc5801cbc1493f2a28ebbc602594916a5442f5c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:01:05 +0000 Subject: [PATCH 2/4] Update src/app/marketplace/page.tsx --- src/app/marketplace/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx index bc32a5e..bb161e8 100644 --- a/src/app/marketplace/page.tsx +++ b/src/app/marketplace/page.tsx @@ -60,7 +60,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 5, reviewCount: "142 swaps", - imageSrc: "http://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg?_wi=2", imageAlt: "Web development lessons", }, { @@ -70,7 +70,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 5, reviewCount: "89 swaps", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg?_wi=2", imageAlt: "Graphic design tutorials", }, { @@ -80,7 +80,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 4, reviewCount: "67 swaps", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Language learning", }, { @@ -90,7 +90,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 5, reviewCount: "156 swaps", - imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg?_wi=2", imageAlt: "Marketing training", }, { @@ -100,7 +100,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 5, reviewCount: "203 swaps", - imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg?_wi=2", imageAlt: "Math tutoring", }, { @@ -110,7 +110,7 @@ export default function MarketplacePage() { price: "Trade Required", rating: 4, reviewCount: "95 swaps", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=2", imageAlt: "Fitness coaching", }, ]} @@ -159,7 +159,7 @@ export default function MarketplacePage() { price: "Recommended", rating: 5, reviewCount: "Quick Filter", - imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg?_wi=2", imageAlt: "Department filter", }, { @@ -169,7 +169,7 @@ export default function MarketplacePage() { price: "Best Quality", rating: 5, reviewCount: "Trust Signal", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=3", imageAlt: "Rating sort", }, { @@ -179,7 +179,7 @@ export default function MarketplacePage() { price: "Build Trust", rating: 5, reviewCount: "See Reviews", - imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg?_wi=3", imageAlt: "Trader profiles", }, ]} -- 2.49.1 From df3455c4cfe2a5a11179586548d0866fce4f8075 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:01:06 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91ad838..ed5ec9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function HomePage() { price: "Built-in", rating: 5, reviewCount: "Earn Badges", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg?_wi=1", imageAlt: "Verification badges", }, { @@ -204,7 +204,7 @@ export default function HomePage() { price: "Secure", rating: 5, reviewCount: "Internal Only", - imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg?_wi=1", imageAlt: "Email verification", }, { @@ -224,7 +224,7 @@ export default function HomePage() { price: "Built-in", rating: 5, reviewCount: "Level & Department", - imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg?_wi=1", imageAlt: "User profiles", }, { @@ -234,7 +234,7 @@ export default function HomePage() { price: "Built-in", rating: 5, reviewCount: "Feedback & Reviews", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=1", imageAlt: "Rating system", }, ]} @@ -260,7 +260,7 @@ export default function HomePage() { title: "Learned Web Development for Free!", quote: "I traded my Advanced Mathematics tutoring for web development lessons. Now I'm building projects and landing internships. This platform changed my career trajectory.", avatarSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg?_wi=1", }, { id: "2", @@ -270,7 +270,7 @@ export default function HomePage() { title: "Built My Network and Skills", quote: "I taught digital marketing and learned graphic design from a Creative Arts student. Met amazing people across departments. The verified badge helped me get credibility.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg?_wi=1", }, { id: "3", @@ -290,7 +290,7 @@ export default function HomePage() { title: "Best Campus Platform Yet", quote: "As a 100L student, I was looking to build skills before internship hunting. SkillSwap made it so easy to find mentors and learners. The hall-of-residence filter was perfect!", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-young-people-using-smartphone-tablet-computers_1139-994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-young-people-using-smartphone-tablet-computers_1139-994.jpg?_wi=1", }, { id: "5", @@ -300,7 +300,7 @@ export default function HomePage() { title: "Portfolio Building Made Easy", quote: "I traded my writing skills for video editing expertise. Now I have both skills on my portfolio and earned a verified badge. Companies are noticing the difference.", avatarSrc: "http://img.b2bpic.net/free-vector/community-social-media-people_24877-50711.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/place-work-place-work-coffee-desk-simple-tools_53876-16152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-work-place-work-coffee-desk-simple-tools_53876-16152.jpg?_wi=1", }, { id: "6", @@ -351,7 +351,7 @@ export default function HomePage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg?_wi=1" imageAlt="FAQ support illustration" mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1 From 5f97e518a4ce23a9f5390c40faf927444ad298c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:01:07 +0000 Subject: [PATCH 4/4] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 514b0b9..6553178 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -59,7 +59,7 @@ export default function ProfilePage() { price: "Essential", rating: 5, reviewCount: "Build Trust", - imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/web-application-login-form-template-with-username-password-design_1017-58210.jpg?_wi=4", imageAlt: "Profile information", }, { @@ -69,7 +69,7 @@ export default function ProfilePage() { price: "Critical", rating: 5, reviewCount: "Your Value", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-employee-month-badges_23-2149457889.jpg?_wi=3", imageAlt: "Skills showcase", }, { @@ -79,7 +79,7 @@ export default function ProfilePage() { price: "Rewarding", rating: 5, reviewCount: "Credibility", - imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/integral-security-all-devices-with-flat-design_23-2147639638.jpg?_wi=3", imageAlt: "Badge verification", }, { @@ -89,7 +89,7 @@ export default function ProfilePage() { price: "Important", rating: 5, reviewCount: "Social Proof", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-showing-golden-star-rating-symbol_53876-71536.jpg?_wi=4", imageAlt: "Star ratings", }, { @@ -99,7 +99,7 @@ export default function ProfilePage() { price: "Transparency", rating: 5, reviewCount: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Review management", }, { @@ -109,7 +109,7 @@ export default function ProfilePage() { price: "Growth", rating: 5, reviewCount: "Analytics", - imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-multicultural-diverse-employees-analysing-annual-financial-statistics-sitting-desk-front-laptop-holding-documents-searching-business-solutions-team-businesspeople-working-company_482257-13550.jpg?_wi=3", imageAlt: "Progress tracking", }, ]} @@ -145,7 +145,7 @@ export default function ProfilePage() { title: "Network Built Through Profiles", quote: "By actively swapping and maintaining a strong profile, I connected with people across departments. Now I have a network of peers ready to collaborate post-graduation. Profiles matter!", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-young-people-using-smartphone-tablet-computers_1139-994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-young-people-using-smartphone-tablet-computers_1139-994.jpg?_wi=2", }, { id: "3", @@ -155,7 +155,7 @@ export default function ProfilePage() { title: "Profile = Personal Brand", quote: "I treat my SkillSwap profile like my personal brand. Clear bio, excellent portfolio links, and consistent high ratings. Freelance clients often find me through my profile verification. It's my online resume!", avatarSrc: "http://img.b2bpic.net/free-vector/community-social-media-people_24877-50711.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/place-work-place-work-coffee-desk-simple-tools_53876-16152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-work-place-work-coffee-desk-simple-tools_53876-16152.jpg?_wi=2", }, ]} /> -- 2.49.1