From d816be846fc69f8e0449e395f2d384524119de6f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:10:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcfc1c0..d950aba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/coffee-making-items-arrangement_23-2148865610.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-making-items-arrangement_23-2148865610.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -145,37 +145,37 @@ export default function LandingPage() { id: "1", name: "Espresso", price: "3 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=1", }, { id: "2", name: "Flat White", price: "5 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=2", }, { id: "3", name: "Latte", price: "5.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=3", }, { id: "4", name: "Matcha Latte", price: "6 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=4", }, { id: "5", name: "Cookie Maison", price: "3.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=5", }, { id: "6", name: "Cake Maison", price: "4 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=6", }, ]} title="La Carte" @@ -192,7 +192,7 @@ export default function LandingPage() { tag="Contact" title="Rendez-nous visite" description="16 rue Saint-Antoine, 75004 Paris. Ouvert tous les jours." - imageSrc="http://img.b2bpic.net/free-photo/coffee-making-items-arrangement_23-2148865610.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-making-items-arrangement_23-2148865610.jpg?_wi=2" mediaPosition="right" mediaAnimation="slide-up" /> -- 2.49.1