From 4e26395390f2436a789ad3ef23bffe196dbc3a30 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:11:49 +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 0503c1b..67b0b40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { value: "16", label: "Rue St-Antoine"}, ]} 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={[ { @@ -108,17 +108,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Espresso", price: "3 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, + id: "1", name: "Espresso", price: "3 €", 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"}, + id: "2", name: "Flat White", price: "5 €", 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"}, + id: "3", name: "Latte", price: "5.50 €", 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"}, + id: "4", name: "Matcha Latte", price: "6 €", 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"}, + id: "5", name: "Cookie Maison", price: "3.50 €", 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"}, + id: "6", name: "Cake Maison", price: "4 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=6"}, ]} title="La Carte" description="Des créations simples et généreuses." @@ -133,7 +133,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