From 3a9dee0a31d7033f6c2054ca18930771068072f6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 02:34:51 +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 f480c1a..03101bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@amine_foodie", testimonial: "Hands down the best burger experience in Algiers!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=1", imageAlt: "Delicious double burger with cheese and bacon", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@sarah_eats", testimonial: "Crunchy, juicy, and absolutely perfect. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg?_wi=1", imageAlt: "Delicious double burger with cheese and bacon", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@yacine_burger", testimonial: "Great service and even better food. A must-visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg?_wi=1", imageAlt: "Delicious double burger with cheese and bacon", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@fatima_kitchen", testimonial: "The atmosphere and the burgers are top-notch.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg?_wi=1", imageAlt: "Delicious double burger with cheese and bacon", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@karim_tastes", testimonial: "Finally, a burger that lives up to the hype.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535236.jpg?_wi=1", imageAlt: "Delicious double burger with cheese and bacon", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#order", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board-with-copy-space_23-2148784541.jpg", @@ -161,25 +161,25 @@ export default function LandingPage() { id: "b1", name: "Signature Crunch", price: "1200 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-looking-hamburgers_23-2148614066.jpg?_wi=2", }, { id: "b2", name: "Royal Cheese", price: "1450 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-lettuce-cheeseburger-fat-close-up_1122-2436.jpg?_wi=2", }, { id: "b3", name: "Spicy Algiers", price: "1350 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holds-mixed-burgers-wooden-board-meat-lettuce-tomato-cucumber-onion-top-view_141793-12411.jpg?_wi=2", }, { id: "b4", name: "Mushroom Deluxe", price: "1500 DZD", - imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535236.jpg?_wi=2", }, { id: "b5", -- 2.49.1