From 313cb0706f41d2e355d9f3fccb41e1aaa8b02c44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:54:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 053a5af..2bae9e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Commander Maintenant", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=1" imageAlt="Luxurious Italian espresso machine" /> @@ -65,23 +65,23 @@ export default function LandingPage() { { id: 1, title: "Système 15 Bars", description: "Extraction parfaite pour un espresso riche et aromatique à chaque fois.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg", imageAlt: "15 Bar Pressure"}, + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=2", imageAlt: "15 Bar Pressure"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg", imageAlt: "15 Bar Pressure"} + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=3", imageAlt: "15 Bar Pressure"} }, { id: 2, title: "Mousseur à Lait", description: "Créez une mousse de lait onctueuse digne d'un barista professionnel.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg", imageAlt: "Milk Frother"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg?_wi=1", imageAlt: "Milk Frother"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg", imageAlt: "Milk Frother"} + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg?_wi=2", imageAlt: "Milk Frother"} }, { id: 3, title: "Garantie 2 Ans", description: "Une protection durable pour votre tranquillité d'esprit.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg", imageAlt: "Warranty"}, + imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg?_wi=1", imageAlt: "Warranty"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg", imageAlt: "Warranty"} + imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg?_wi=2", imageAlt: "Warranty"} } ]} showStepNumbers={false}