From bed41ce981158301e38090282b5d35f3e3390dcd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:24:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2558b1..fb69f69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,19 +83,19 @@ export default function LandingPage() { id: "p1", name: "Maguro Nigiri", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=1", }, { id: "p2", name: "Salmon Roll", price: "$8.90", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=1", }, { id: "p3", name: "Unagi Nigiri", price: "$5.20", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=1", }, ]} title="Our Signature Menu" @@ -113,21 +113,21 @@ export default function LandingPage() { value: "15+", title: "Years Experience", description: "Serving fresh quality food.", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-5921.jpg?_wi=2", }, { id: "m2", value: "100%", title: "Fresh Fish", description: "Daily catch delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-food-white-background_1368-6259.jpg?_wi=2", }, { id: "m3", value: "50+", title: "Sushi Varieties", description: "Authentic flavor range.", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-pieces-with-seafood_1203-600.jpg?_wi=2", }, ]} title="Our Commitment to Quality" @@ -147,7 +147,7 @@ export default function LandingPage() { role: "Foodie", company: "Local Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=1", }, { id: "2", @@ -179,7 +179,7 @@ export default function LandingPage() { role: "Critic", company: "Tokyo Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1