diff --git a/src/app/page.tsx b/src/app/page.tsx index fb80d9f..7f49767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,12 +51,12 @@ export default function BeautyDjelfaPage() { buttonAnimation="slide-up" carouselPosition="right" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg", imageAlt: "Premium Skincare Collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg?_wi=1", imageAlt: "Premium Skincare Collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-covid-party-with-mask-drink_23-2149299871.jpg", imageAlt: "Luxury Beauty Products" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-arrangement-red-silk_23-2148978183.jpg", imageAlt: "Elegant Makeup Selection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg", imageAlt: "Beauty Care Essentials" }, + { imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-arrangement-red-silk_23-2148978183.jpg?_wi=1", imageAlt: "Elegant Makeup Selection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg?_wi=1", imageAlt: "Beauty Care Essentials" }, ]} carouselItemClassName="!aspect-[4/5]" /> @@ -71,9 +71,9 @@ export default function BeautyDjelfaPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "promo-1", name: "Promo of the Week: Skincare Kit", price: "2500 DA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg" }, - { id: "promo-2", name: "Pack Spéciale: Makeup Essentials", price: "3200 DA", imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-arrangement-red-silk_23-2148978183.jpg" }, - { id: "promo-3", name: "Combo Glow: Routine complète", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg" }, + { id: "promo-1", name: "Promo of the Week: Skincare Kit", price: "2500 DA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gua-sha-face-products_23-2149401501.jpg?_wi=2" }, + { id: "promo-2", name: "Pack Spéciale: Makeup Essentials", price: "3200 DA", imageSrc: "http://img.b2bpic.net/free-photo/eyeshadows-arrangement-red-silk_23-2148978183.jpg?_wi=2" }, + { id: "promo-3", name: "Combo Glow: Routine complète", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-face-roller-gua-sha_23-2149357163.jpg?_wi=2" }, ]} />