diff --git a/src/app/page.tsx b/src/app/page.tsx index 01388ae..4638583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "Homeowner, Boca Raton", testimonial: "The plumber replaced worn washers and tested everything. My faucet now shuts off completely. Excellent service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg", imageAlt: "John Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg?_wi=1", imageAlt: "John Martinez testimonial" }, { name: "Sarah Johnson", handle: "Property Manager, Delray Beach", testimonial: "They cleared the drain quickly and professionally. Water flows perfectly now. Highly recommend for any property.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg", imageAlt: "Sarah Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" }, { name: "David Williams", handle: "Homeowner, Boynton Beach", testimonial: "The trenchless sewer replacement saved our yard. Amazing work, competitive pricing, and outstanding customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg", imageAlt: "David Williams testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg?_wi=1", imageAlt: "David Williams testimonial" }, { name: "Michelle Davis", handle: "Homeowner, Boca Raton", testimonial: "Water heater installation done right. Fast, clean, professional. They even cleaned up after themselves!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Michelle Davis testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg?_wi=1", imageAlt: "Michelle Davis testimonial" } ]} background={{ variant: "plain" }} @@ -129,16 +129,16 @@ export default function LandingPage() { tag="⭐ 5.0 Rating" testimonials={[ { - id: "1", title: "Faucet Fixed Right", quote: "The plumber replaced worn washers and tested it thoroughly. My faucet now shuts off completely without any leaks. Professional work at fair prices!", name: "John Martinez", role: "Homeowner, Boca Raton", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg", imageAlt: "John Martinez" + id: "1", title: "Faucet Fixed Right", quote: "The plumber replaced worn washers and tested it thoroughly. My faucet now shuts off completely without any leaks. Professional work at fair prices!", name: "John Martinez", role: "Homeowner, Boca Raton", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sitting-kitchen-counter_23-2148969825.jpg?_wi=2", imageAlt: "John Martinez" }, { - id: "2", title: "Fast Drain Cleaning", quote: "They cleared the drain quickly and cleaned up beautifully. Water flows perfectly now. This is my go-to plumber for any property maintenance.", name: "Sarah Johnson", role: "Property Manager, Delray Beach", imageSrc: "http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg", imageAlt: "Sarah Johnson" + id: "2", title: "Fast Drain Cleaning", quote: "They cleared the drain quickly and cleaned up beautifully. Water flows perfectly now. This is my go-to plumber for any property maintenance.", name: "Sarah Johnson", role: "Property Manager, Delray Beach", imageSrc: "http://img.b2bpic.net/free-photo/happy-time-with-friends_1098-12600.jpg?_wi=2", imageAlt: "Sarah Johnson" }, { - id: "3", title: "Sewer Replacement Excellence", quote: "The trenchless sewer replacement saved our yard from excavation. Amazing work, honest pricing, and outstanding communication throughout.", name: "David Williams", role: "Homeowner, Boynton Beach", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg", imageAlt: "David Williams" + id: "3", title: "Sewer Replacement Excellence", quote: "The trenchless sewer replacement saved our yard from excavation. Amazing work, honest pricing, and outstanding communication throughout.", name: "David Williams", role: "Homeowner, Boynton Beach", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thumbs-up-doing-ok-sign_141793-28633.jpg?_wi=2", imageAlt: "David Williams" }, { - id: "4", title: "Water Heater Installation", quote: "Water heater installation was done perfectly. Fast, clean, professional crew. They even cleaned up after themselves. Highly recommended!", name: "Michelle Davis", role: "Homeowner, Boca Raton", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg", imageAlt: "Michelle Davis" + id: "4", title: "Water Heater Installation", quote: "Water heater installation was done perfectly. Fast, clean, professional crew. They even cleaned up after themselves. Highly recommended!", name: "Michelle Davis", role: "Homeowner, Boca Raton", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg?_wi=2", imageAlt: "Michelle Davis" }, ]} textboxLayout="default"