From 0431e05b05b41bba2a2e9d2f785d6eec072e049b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:54:21 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 289edd2..dfcb0fa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -102,7 +102,7 @@ export default function ContactPage() { testimonial: "I sold my old textbooks for $200 and bought next semester's books at 40% off. CampusHub saved me hundreds already!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=7", imageAlt: "Sarah Johnson", }, { @@ -112,7 +112,7 @@ export default function ContactPage() { testimonial: "The tutoring service feature is amazing. I found a tutor through CampusHub and improved my calculus grade significantly.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=8", imageAlt: "Michael Chen", }, { @@ -122,7 +122,7 @@ export default function ContactPage() { testimonial: "Found the perfect dorm furniture set from a graduating senior. Everything is in great condition and I saved $300.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=9", imageAlt: "Emily Rodriguez", }, { @@ -132,7 +132,7 @@ export default function ContactPage() { testimonial: "I earn extra money repairing laptops through CampusHub. The platform makes it super easy to manage bookings.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=10", imageAlt: "David Kim", }, { @@ -142,7 +142,7 @@ export default function ContactPage() { testimonial: "The student verification system gives me peace of mind when buying and selling. I trust the community.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=11", imageAlt: "Jessica Martinez", }, { @@ -152,7 +152,7 @@ export default function ContactPage() { testimonial: "Renting out my bike during the semester was so simple. CampusHub handled payments and scheduling seamlessly.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=12", imageAlt: "Alex Thompson", }, ]} @@ -168,7 +168,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Need Help? We're Here For You" description="Find answers to common questions or reach out to our support team for personalized assistance." - imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=3" imageAlt="customer support help assistance service" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From 98f0fafe218b2f635bbe79f5eab8cde92b6d397e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:54:22 +0000 Subject: [PATCH 2/4] Update src/app/listings/page.tsx --- src/app/listings/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/listings/page.tsx b/src/app/listings/page.tsx index bdf940c..d2a2e46 100644 --- a/src/app/listings/page.tsx +++ b/src/app/listings/page.tsx @@ -79,7 +79,7 @@ export default function ListingsPage() { tagAnimation="slide-up" title="Browse Our Marketplace Listings" description="Explore thousands of listings from verified students across campus. Find exactly what you're looking for with our powerful search and filtering tools." - imageSrc="http://img.b2bpic.net/free-vector/people-buying-online_24908-55868.jpg" + imageSrc="http://img.b2bpic.net/free-vector/people-buying-online_24908-55868.jpg?_wi=2" imageAlt="listings products categories marketplace items" mediaAnimation="slide-up" accordionItems={[ @@ -180,7 +180,7 @@ export default function ListingsPage() { tagAnimation="slide-up" title="Listings & Selling FAQ" description="Get answers to common questions about buying and selling on CampusHub." - imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=1" imageAlt="customer support help assistance service" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From 24ca67c8005ce488d3310812b5094a463a923c3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:54:23 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd9974..e094d5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function HomePage() { tagAnimation="slide-up" title="Everything You Need to Succeed On Campus" description="Discover the marketplace features designed specifically for college students to buy, sell, and rent with confidence." - imageSrc="http://img.b2bpic.net/free-vector/people-buying-online_24908-55868.jpg" + imageSrc="http://img.b2bpic.net/free-vector/people-buying-online_24908-55868.jpg?_wi=1" imageAlt="listings products categories marketplace items" mediaAnimation="slide-up" accordionItems={[ @@ -256,7 +256,7 @@ export default function HomePage() { testimonial: "I sold my old textbooks for $200 and bought next semester's books at 40% off. CampusHub saved me hundreds already!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -266,7 +266,7 @@ export default function HomePage() { testimonial: "The tutoring service feature is amazing. I found a tutor through CampusHub and improved my calculus grade significantly.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -276,7 +276,7 @@ export default function HomePage() { testimonial: "Found the perfect dorm furniture set from a graduating senior. Everything is in great condition and I saved $300.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { @@ -286,7 +286,7 @@ export default function HomePage() { testimonial: "I earn extra money repairing laptops through CampusHub. The platform makes it super easy to manage bookings.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=4", imageAlt: "David Kim", }, { @@ -296,7 +296,7 @@ export default function HomePage() { testimonial: "The student verification system gives me peace of mind when buying and selling. I trust the community.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=5", imageAlt: "Jessica Martinez", }, { @@ -306,7 +306,7 @@ export default function HomePage() { testimonial: "Renting out my bike during the semester was so simple. CampusHub handled payments and scheduling seamlessly.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", + "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=6", imageAlt: "Alex Thompson", }, ]} -- 2.49.1 From ae2dcdb76f37fe233a16002025b687f25af9bf9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:54:23 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index bc9983c..02a5b4b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -183,7 +183,7 @@ export default function PricingPage() { tagAnimation="slide-up" title="Pricing & Fees FAQ" description="Understand our transparent pricing structure and how we calculate your costs and earnings." - imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2" imageAlt="customer support help assistance service" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1