diff --git a/src/app/page.tsx b/src/app/page.tsx index c583d39..878791a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { description="Qualité Professionnelle" background={{ variant: "plain" }} buttons={[{ text: "Commander Maintenant", href: "#order" }]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg?_wi=1" imageAlt="Premium Italian Espresso Machine" /> @@ -72,7 +72,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", brand: "Espresso", name: "Détail 1", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg" }, + { id: "1", brand: "Espresso", name: "Détail 1", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg?_wi=2" }, { id: "2", brand: "Espresso", name: "Détail 2", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-breakfast_23-2148877586.jpg" }, { id: "3", brand: "Espresso", name: "Détail 3", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg" } ]}