diff --git a/src/app/page.tsx b/src/app/page.tsx index bbd8946..237fa51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,37 +110,37 @@ export default function LandingPage() { { id: 1, title: "Emergency Plumbing", description: "Available 24/7 for urgent pipe breaks, burst water lines, and critical plumbing emergencies. We respond quickly to minimize damage and water loss.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg?_wi=1" }, }, { id: 2, title: "Drain Cleaning", description: "Professional drain cleaning and unclogging services. We use advanced equipment to clear stubborn blockages and restore proper flow.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg?_wi=2" }, }, { id: 3, title: "Leak Repair & Detection", description: "Expert leak detection and repair. We identify hidden leaks early to prevent water damage and high utility bills.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg?_wi=3" }, }, { id: 4, title: "Bathroom & Kitchen Plumbing", description: "Complete bathroom and kitchen plumbing services including faucet repair, toilet replacement, and fixture installation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148565808.jpg?_wi=4" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-picture-new-york-city-daytime_23-2149488478.jpg?_wi=4" }, }, ]}