diff --git a/src/app/page.tsx b/src/app/page.tsx index 71f5c64..88048b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/still-life-kombucha-bottle_23-2150621493.jpg", imageAlt: "Botanical ingredients collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232236.jpg", imageAlt: "Luxury face serum"}, + imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232236.jpg?_wi=1", imageAlt: "Luxury face serum"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-skincare-container-with-pearls_181624-30633.jpg", imageAlt: "Night recovery cream"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-skincare-container-with-pearls_181624-30633.jpg?_wi=1", imageAlt: "Night recovery cream"}, ]} mediaAnimation="blur-reveal" /> @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Renew Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232236.jpg"}, + id: "p1", name: "Renew Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232236.jpg?_wi=2"}, { id: "p2", name: "Day Cream", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/pile-cosmetics-jars_23-2147787935.jpg"}, { @@ -91,7 +91,7 @@ export default function LandingPage() { { id: "p4", name: "Revive Eye Cream", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-banner-concept-with-lotion_23-2149449093.jpg"}, { - id: "p5", name: "Night Recovery", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-skincare-container-with-pearls_181624-30633.jpg"}, + id: "p5", name: "Night Recovery", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/top-view-elegant-skincare-container-with-pearls_181624-30633.jpg?_wi=2"}, { id: "p6", name: "Botanical Oil", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-arrangement_23-2149047723.jpg"}, ]}