diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c631451..62a9ec4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -71,22 +71,22 @@ export default function ContactPage() { testimonials={[ { id: "1", title: "Streamlined Our Payment Processing", quote: - "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", imageAlt: "Mike Richardson, EcoHaul Junk Removal owner"}, + "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?_wi=3", imageAlt: "Mike Richardson, EcoHaul Junk Removal owner"}, { id: "2", title: "Email Delivery Changed Our Business", quote: - "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", imageAlt: "Sarah Mitchell, ClearSpace Services manager"}, + "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?_wi=3", imageAlt: "Sarah Mitchell, ClearSpace Services manager"}, { id: "3", title: "Customer Database is Invaluable", quote: - "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", imageAlt: "James Chen, Premier Waste Solutions"}, + "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?_wi=3", imageAlt: "James Chen, Premier Waste Solutions"}, { id: "4", title: "Professional Platform, Personal Support", quote: - "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", imageAlt: "Amanda Rodriguez, GreenClean Disposal founder"}, + "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?_wi=2", imageAlt: "Amanda Rodriguez, GreenClean Disposal founder"}, { id: "5", title: "Best Investment for Our Growth", quote: - "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", imageAlt: "David Thompson, Regional Junk Removal Network CEO"}, + "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?_wi=2", imageAlt: "David Thompson, Regional Junk Removal Network CEO"}, { id: "6", title: "Complete Business Solution", quote: - "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", imageAlt: "Lisa Anderson, Fast Track Cleanup owner"}, + "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?_wi=2", imageAlt: "Lisa Anderson, Fast Track Cleanup owner"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -140,7 +140,7 @@ export default function ContactPage() {