From 1cd474819635fcddd622ce52162dac2ca14f6e82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:56:58 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c7fec6b..a66c735 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -62,42 +62,42 @@ export default function LandingPage() { name: "Chicken Satay", price: "$12.50", variant: "Loved", - imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-kebabs-served-table-with-tomatoes_23-2147852328.jpg?_wi=3", }, { id: "2", name: "Beef Hor Fun", price: "$18.50", variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-meat-beans-mushrooms_2829-13821.jpg?_wi=2", }, { id: "3", name: "Nasi Lemak", price: "$17.00", variant: "Must Try", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-nasi-lemak-meal_23-2149056835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-nasi-lemak-meal_23-2149056835.jpg?_wi=1", }, { id: "4", name: "Curry Mee", price: "$16.50", variant: "Best Seller", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg?_wi=1", }, { id: "5", name: "Mee Goreng", price: "$16.00", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks_23-2148377427.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-noodles-with-vegetables-chicken-with-chopsticks_23-2148377427.jpg?_wi=1", }, { id: "6", name: "Ice Kacang", price: "$9.00", variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/rainbow-shaved-ice-treat-cup_23-2151994184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rainbow-shaved-ice-treat-cup_23-2151994184.jpg?_wi=1", }, ]} title="Our Customer Favourites" @@ -118,14 +118,14 @@ export default function LandingPage() { value: "15+", title: "Authentic Dishes", description: "Prepared fresh daily.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-nasi-lemak-meal_23-2149056835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-nasi-lemak-meal_23-2149056835.jpg?_wi=2", }, { id: "m2", value: "100%", title: "Halal Fresh", description: "No compromise on quality.", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg?_wi=2", }, ]} />