From 9934c421f8f6a9a150b346299d52ec6d578e9619 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae7de50..0db5007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,11 +86,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=1", imageAlt: "Gourmet beef burger with cheese and fries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg?_wi=1", imageAlt: "Loaded chili cheese hot dog with toppings", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { description: "Our unique blend of spices and secret sauces creates a taste profile you won't find anywhere else in Fès.", bentoComponent: "reveal-icon", icon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=2", imageAlt: "fresh farm vegetables icon", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { description: "Enjoy your meal without the wait. Our dedicated team ensures a quick and pleasant dining experience every time.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-burgers_23-2150347449.jpg?_wi=2", imageAlt: "fresh farm vegetables icon", }, ]} -- 2.49.1