diff --git a/src/app/page.tsx b/src/app/page.tsx index 09d43fe..c0ecda7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { tags: [ "Haircut", ], - imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1", }, { id: "s2", @@ -181,7 +181,7 @@ export default function LandingPage() { tags: [ "Grooming", ], - imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg?_wi=1", }, { id: "s3", @@ -191,7 +191,7 @@ export default function LandingPage() { tags: [ "Kids", ], - imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg?_wi=1", }, ]} title="Professional Services" @@ -226,7 +226,7 @@ export default function LandingPage() { price: "$20", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=2", }, { id: "p2", @@ -235,7 +235,7 @@ export default function LandingPage() { price: "$15", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scissors-combs-hair-cut-treatment-lie-white-table_8353-7045.jpg?_wi=2", }, { id: "p3", @@ -244,7 +244,7 @@ export default function LandingPage() { price: "$22", rating: 4, reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg?_wi=2", }, { id: "p4",