Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 14:29:17 +00:00

View File

@@ -89,16 +89,16 @@ export default function LandingPage() {
products={[
{
id: "p1", brand: "Signature", name: "Four Season Noodle", price: "RM 12.00", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=1"},
{
id: "p2", brand: "Signature", name: "Mini Wok Laksa", price: "RM 11.50", rating: 5,
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg"},
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=1"},
{
id: "p3", brand: "Local", name: "Yong Tau Fu", price: "RM 1.50/pc", rating: 4,
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg"},
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=1"},
{
id: "p4", brand: "Local", name: "Fishball Noodles", price: "RM 9.00", rating: 4,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg"},
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=1"},
]}
title="Popular Dishes"
description="Sample our most loved local comfort foods."
@@ -126,15 +126,15 @@ export default function LandingPage() {
description="Freshly prepared every morning."
products={[
{
id: "ps1", name: "Claypot Noodle", price: "RM 13.50", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
id: "ps1", name: "Claypot Noodle", price: "RM 13.50", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=2"},
{
id: "ps2", name: "Signature Laksa", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg"},
id: "ps2", name: "Signature Laksa", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=2"},
{
id: "ps3", name: "Stuffed Tofu", price: "RM 2.00/pc", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg"},
id: "ps3", name: "Stuffed Tofu", price: "RM 2.00/pc", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=2"},
{
id: "ps4", name: "Fishball Soup", price: "RM 9.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg"},
id: "ps4", name: "Fishball Soup", price: "RM 9.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=2"},
{
id: "ps5", name: "Curry Rice", price: "RM 10.00", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
id: "ps5", name: "Curry Rice", price: "RM 10.00", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=3"},
]}
/>
</div>