From 733f8a98ef1156ab6d3f4b6d3f0a5d0ab932f752 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:34:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b86157..a9d9c1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,25 +99,25 @@ export default function LandingPage() { id: "p1", name: "Classic Burger", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg?_wi=1", }, { id: "p2", name: "Philly Cheese Steak", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-soda-wooden-soda_23-2148374872.jpg?_wi=2", }, { id: "p3", name: "Asian Fusion Plate", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=1", }, { id: "p4", name: "Italian Signature Pasta", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=2", }, { id: "p5", @@ -129,7 +129,7 @@ export default function LandingPage() { id: "p6", name: "Seasonal Special", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=3", }, ]} title="Fan Favorites" -- 2.49.1