diff --git a/src/app/page.tsx b/src/app/page.tsx index 8dc6290..527d737 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { imageAlt: "Service marketplace team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg?_wi=1", imageAlt: "Professional plumbing services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-goggles_23-2149916262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-goggles_23-2149916262.jpg?_wi=1", imageAlt: "Expert electrical solutions", }, { - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-hair-clippers-isolated-crimson-background-with-copy-space_141793-31955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-hair-clippers-isolated-crimson-background-with-copy-space_141793-31955.jpg?_wi=1", imageAlt: "Barber and grooming experts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg?_wi=1", imageAlt: "Tech and phone repair specialists", }, ]} @@ -90,7 +90,7 @@ export default function LandingPage() { category: "Plumber", price: "$30-$50/hr", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg?_wi=2", }, { id: "v2", @@ -98,7 +98,7 @@ export default function LandingPage() { category: "Electrician", price: "$40-$60/hr", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-goggles_23-2149916262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-goggles_23-2149916262.jpg?_wi=2", }, { id: "v3", @@ -106,7 +106,7 @@ export default function LandingPage() { category: "Barber", price: "$20-$30", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-hair-clippers-isolated-crimson-background-with-copy-space_141793-31955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-hair-clippers-isolated-crimson-background-with-copy-space_141793-31955.jpg?_wi=2", }, { id: "v4", @@ -122,7 +122,7 @@ export default function LandingPage() { category: "Phone Repair", price: "$50-$100", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-male-engineer-checking-connections-damaged-smartphone-with-multimeter-his-repair-shop_662251-305.jpg?_wi=2", }, { id: "v6",