From 8edf8c89f4c480707fcb98dbedbb241b90959226 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:58:40 +0000 Subject: [PATCH 1/5] 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 7e8dd48..ce1b594 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -78,7 +78,7 @@ export default function ContactPage() { "JunkClear made it incredibly easy to accept deposits and process payments. Our customers love how transparent everything is, and we've reduced paperwork by 80%. The invoice generation is a lifesaver.", name: "Mike Richardson", role: "Owner, EcoHaul Junk Removal", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg?_wi=3", imageAlt: "Mike Richardson, EcoHaul Junk Removal owner", }, { @@ -88,7 +88,7 @@ export default function ContactPage() { "Being able to send invoices and receipts directly to customers from the platform is fantastic. Our customers receive documentation instantly, and we maintain complete records. It's professional and efficient.", name: "Sarah Mitchell", role: "Manager, ClearSpace Services", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3386.jpg?_wi=3", imageAlt: "Sarah Mitchell, ClearSpace Services manager", }, { @@ -98,7 +98,7 @@ export default function ContactPage() { "Having all customer information stored securely in one place has been transformative. We track service history, preferences, and payment records effortlessly. The system is reliable and intuitive.", name: "James Chen", role: "Operations Director, Premier Waste Solutions", - imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg?_wi=3", imageAlt: "James Chen, Premier Waste Solutions", }, { @@ -108,7 +108,7 @@ export default function ContactPage() { "From day one, the JunkClear team has been responsive and helpful. The platform is feature-rich yet easy to navigate. Our team adopted it in less than a week, and it's already saving us hours monthly.", name: "Amanda Rodriguez", role: "Founder, GreenClean Disposal", - imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg?_wi=2", imageAlt: "Amanda Rodriguez, GreenClean Disposal founder", }, { @@ -118,7 +118,7 @@ export default function ContactPage() { "We tripled our business in 6 months, and JunkClear scaled with us. The payment processing is secure, invoicing is automated, and our customers trust the system. Highly recommended.", name: "David Thompson", role: "CEO, Regional Junk Removal Network", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=2", imageAlt: "David Thompson, Regional Junk Removal Network CEO", }, { @@ -128,7 +128,7 @@ export default function ContactPage() { "No more chasing clients for payment details or manually creating receipts. Everything is integrated, secure, and cloud-based. This is the only platform we've found that truly understands junk removal services.", name: "Lisa Anderson", role: "Owner, Fast Track Cleanup", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280724.jpg?_wi=2", imageAlt: "Lisa Anderson, Fast Track Cleanup owner", }, ]} @@ -214,7 +214,7 @@ export default function ContactPage() {