From 30baf3b30a5578d1534d4470115c29892beeb217 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:03:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5d2299..6bdf3c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190919.jpg" + imageSrc="http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190919.jpg?_wi=1" imageAlt="Cinematic chocolate and coffee atmosphere" mediaAnimation="blur-reveal" avatars={[ @@ -136,25 +136,25 @@ export default function LandingPage() { id: "1", name: "Crêpe au Chocolat", price: "12 DT", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-ball-covered-with-red-powder-stands-circle-red-rose-petals_1304-5665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-ball-covered-with-red-powder-stands-circle-red-rose-petals_1304-5665.jpg?_wi=1", }, { id: "2", name: "Chocolat Chaud", price: "8 DT", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-tray-with-marshmallows-cinnamon-sticks_23-2148720056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-tray-with-marshmallows-cinnamon-sticks_23-2148720056.jpg?_wi=1", }, { id: "3", name: "Thé à la Menthe", price: "5 DT", - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-figs-tea-top-view_114579-17518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-figs-tea-top-view_114579-17518.jpg?_wi=1", }, { id: "4", name: "Crêpe Caramélisée", price: "14 DT", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133470.jpg?_wi=1", }, { id: "5", @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "Endroit magnifique, une ambiance vraiment unique.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/relaxing-coffee-break_329181-15190.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190919.jpg?_wi=2", imageAlt: "luxury cafe interior dark lighting", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "Service de grande qualité, le meilleur café de Hammam Lif.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/focused-young-businesswoman_74855-2798.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-ball-covered-with-red-powder-stands-circle-red-rose-petals_1304-5665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sweet-ball-covered-with-red-powder-stands-circle-red-rose-petals_1304-5665.jpg?_wi=2", imageAlt: "crepe chocolat gourmet luxury", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Ambiance incroyable, idéale pour se détendre.", tag: "Cozy", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020022.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-tray-with-marshmallows-cinnamon-sticks_23-2148720056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-tray-with-marshmallows-cinnamon-sticks_23-2148720056.jpg?_wi=2", imageAlt: "luxury hot chocolate aesthetic", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Un cadre somptueux qui transporte ailleurs.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-cool-jacket_23-2149105437.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-figs-tea-top-view_114579-17518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-figs-tea-top-view_114579-17518.jpg?_wi=2", imageAlt: "gourmet tea luxury serving", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Les crêpes sont absolument divines.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-posing-outside_23-2148803570.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-waffle-cakes-with-chocolate-bars-brown-background_140725-133470.jpg?_wi=2", imageAlt: "gourmet crepe caramel syrup", }, ]} -- 2.49.1