diff --git a/src/app/page.tsx b/src/app/page.tsx index 670f17c..0596258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "Jennifer Martinez", handle: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. Professional and affordable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jennifer Martinez"}, { name: "Robert Chen", handle: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg", imageAlt: "Robert Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=1", imageAlt: "Robert Chen"}, { name: "Sarah Williams", handle: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything. No hidden fees, just great service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=1", imageAlt: "Sarah Williams"}, ]} buttons={[ { text: "Call Now", href: "contact" }, @@ -156,13 +156,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Jennifer Martinez", role: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. The technicians were professional, courteous, and explained everything clearly. No hidden fees!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer Martinez", icon: ThumbsUp, + id: "1", name: "Jennifer Martinez", role: "Homeowner, North Dallas", testimonial: "They arrived in 30 minutes and fixed our burst pipe immediately. The technicians were professional, courteous, and explained everything clearly. No hidden fees!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Jennifer Martinez", icon: ThumbsUp, }, { - id: "2", name: "Robert Chen", role: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office. Regular maintenance saved us thousands in potential water damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg", imageAlt: "Robert Chen", icon: ThumbsUp, + id: "2", name: "Robert Chen", role: "Business Owner, Downtown", testimonial: "Best plumbing service in Dallas. They prevented a major disaster at our office. Regular maintenance saved us thousands in potential water damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-caucasian-woman-posing-park_181624-55023.jpg?_wi=2", imageAlt: "Robert Chen", icon: ThumbsUp, }, { - id: "3", name: "Sarah Williams", role: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything and didn't push unnecessary services. Fair pricing and excellent workmanship. Will definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", imageAlt: "Sarah Williams", icon: ThumbsUp, + id: "3", name: "Sarah Williams", role: "Homeowner, East Dallas", testimonial: "Honest technicians who explained everything and didn't push unnecessary services. Fair pricing and excellent workmanship. Will definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=2", imageAlt: "Sarah Williams", icon: ThumbsUp, }, { id: "4", name: "Michael Thompson", role: "Property Manager, Oak Cliff", testimonial: "We manage 15 properties and use Dallas Plumbing Pros for all of them. Reliable, professional, and they always show up when scheduled.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair_23-2148728586.jpg", imageAlt: "Michael Thompson", icon: ThumbsUp,