Update src/app/menu/page.tsx

This commit is contained in:
2026-04-09 23:56:58 +00:00
parent 00de282b82
commit 1cd4748196

View File

@@ -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",
},
]}
/>