From 20b979480eb0b3d24106912062736857e3fb40a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:11:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9e32ff..38a7dcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,11 +109,11 @@ export default function LandingPage() { }, { id: "5", brand: "Boisson Fraîche", name: "Jus Naturel du Jour", price: "35 MAD", rating: 5, - reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Jus frais pressé" + reviewCount: "290+", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1", imageAlt: "Jus frais pressé" }, { id: "6", brand: "Brunch", name: "Formule Complète", price: "85 MAD", rating: 5, - reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Formule brunch complète" + reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2", imageAlt: "Formule brunch complète" } ]} /> -- 2.49.1