diff --git a/src/app/page.tsx b/src/app/page.tsx index d2f3e43..1ed10a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-face-cream_23-2152029130.jpg", imageAlt: "Face cream application"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair care mask"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=1", imageAlt: "Hair care mask"}, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg", imageAlt: "Perfume bottle"}, ]} @@ -127,7 +127,7 @@ export default function HomePage() { { id: "11", name: "Men's Moisturizer", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/man-applying-face-cream-home_1303-32255.jpg", imageAlt: "Men's Moisturizer"}, { - id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Hair Styling Cream"}, + id: "12", name: "Hair Styling Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=2", imageAlt: "Hair Styling Cream"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"