diff --git a/src/app/page.tsx b/src/app/page.tsx index c562617..e89d299 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function HomePage() { { text: "View Services", href: "/services" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-plus-size-people-working-construction_23-2150772854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-plus-size-people-working-construction_23-2150772854.jpg?_wi=1" imageAlt="Professional workers at your doorstep" ariaLabel="JOBSY hero section - Book trusted local services" /> @@ -74,63 +74,63 @@ export default function HomePage() { id: "electrician", name: "Electrician", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-factory_107420-96036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-standing-factory_107420-96036.jpg?_wi=1", imageAlt: "Professional electrician", }, { id: "plumber", name: "Plumber", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=1", imageAlt: "Professional plumber", }, { id: "mechanic", name: "Mechanic", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881265.jpg?_wi=1", imageAlt: "Professional mechanic", }, { id: "carpenter", name: "Carpenter", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-using-sandpaper-wooden-surface_23-2147945062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-using-sandpaper-wooden-surface_23-2147945062.jpg?_wi=1", imageAlt: "Professional carpenter", }, { id: "painter", name: "Painter", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-paint-roller-brush-smiling-cheerfully_141793-28546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-paint-roller-brush-smiling-cheerfully_141793-28546.jpg?_wi=1", imageAlt: "Professional painter", }, { id: "labour", name: "Labour", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-box_23-2148976290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-box_23-2148976290.jpg?_wi=1", imageAlt: "Professional labour", }, { id: "housemaid", name: "House Maid", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-maid-uniform-keeping-hands-together_171337-18238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-maid-uniform-keeping-hands-together_171337-18238.jpg?_wi=1", imageAlt: "Professional house cleaning", }, { id: "sweeper", name: "Sweeper", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cleaning-products_23-2149345540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cleaning-products_23-2149345540.jpg?_wi=1", imageAlt: "Professional sweeping service", }, { id: "technician", name: "Technician", price: "On Demand", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10809.jpg?_wi=1", imageAlt: "Professional technician", }, ]} @@ -154,7 +154,7 @@ export default function HomePage() { author: "Choose Service", description: "Browse our comprehensive list of services and select the one you need", tags: ["Easy", "Quick"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-man-using-tablet-coffee-shop-table_1423-33.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-man-using-tablet-coffee-shop-table_1423-33.jpg?_wi=1", imageAlt: "Choose service step", }, { @@ -163,7 +163,7 @@ export default function HomePage() { author: "Contact on WhatsApp", description: "Send us a message on WhatsApp with your service request and location", tags: ["Instant", "Direct"], - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-cellphone-office_482257-123697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-cellphone-office_482257-123697.jpg?_wi=1", imageAlt: "Contact on WhatsApp step", }, { @@ -172,7 +172,7 @@ export default function HomePage() { author: "Get Work Done", description: "Our trusted professionals arrive and complete your work professionally", tags: ["Verified", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/business-people-conversating-office_23-2148017084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-conversating-office_23-2148017084.jpg?_wi=1", imageAlt: "Work completion step", }, ]} @@ -290,7 +290,7 @@ export default function HomePage() {