From d4966bcf0329b6960bbc00bc15ca396bd8546eed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:35:44 +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 5a8fbc1..b2dca14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { description="Bergame est né d'une passion simple : créer des pâtisseries d'une finesse française avec l'âme chaleureuse du Sahara." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg?_wi=1", imageAlt: "Pâtisserie artisanale", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg?_wi=1", imageAlt: "Viennoiseries fraîches", }, { @@ -129,13 +129,13 @@ export default function LandingPage() { id: "p1", name: "Mille-Feuilles", price: "450 DA", - imageSrc: "http://img.b2bpic.net/free-photo/cotlets-mashed-potato-crispy-bread-with-tomato-mint_114579-3199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotlets-mashed-potato-crispy-bread-with-tomato-mint_114579-3199.jpg?_wi=1", }, { id: "p2", name: "Fraisier", price: "550 DA", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-dessert-with-raspberries-yogurtup_1220-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-dessert-with-raspberries-yogurtup_1220-234.jpg?_wi=1", }, { id: "p3", @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Endroit idéal pour des pâtisseries fines.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Such a great French-style patisserie.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-strawberry-cheesecake_158595-687.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-dessert_114579-4327.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { quote: "استقبال رائع جداً، حلويات هايلة.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804639.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cotlets-mashed-potato-crispy-bread-with-tomato-mint_114579-3199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotlets-mashed-potato-crispy-bread-with-tomato-mint_114579-3199.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, { @@ -284,7 +284,7 @@ export default function LandingPage() { quote: "Personnel impeccable, service au top.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149069167.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-dessert-with-raspberries-yogurtup_1220-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-dessert-with-raspberries-yogurtup_1220-234.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, ]} -- 2.49.1