From 181c1f327f934f84aae8be613a98341f737031ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:19:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c227c31..ec22296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { "Authentic", "Street Style", ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=1", }, { id: "t2", @@ -163,7 +163,7 @@ export default function LandingPage() { "Comfort", "Classic", ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=2", }, { id: "t3", @@ -172,7 +172,7 @@ export default function LandingPage() { "Spicy", "Fresh", ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=3", }, ]} title="Unforgettable Flavors" -- 2.49.1