From b43d07fa568d4bcc053a57112bd9e5047039a3f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:46:49 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f6074ec..f55780b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -42,10 +42,10 @@ export default function MenuPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "c1", brand: "Signature", name: "Uni Pie", price: "790", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, - { id: "c2", brand: "Main", name: "Beef Shabu Shabu", price: "720", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, - { id: "c3", brand: "Signature", name: "Blue Crab 2 Ways", price: "890", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, - { id: "c4", brand: "Starter", name: "Baked Wild Mushroom", price: "590", rating: 4, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" } + { id: "c1", brand: "Signature", name: "Uni Pie", price: "790", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, + { id: "c2", brand: "Main", name: "Beef Shabu Shabu", price: "720", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, + { id: "c3", brand: "Signature", name: "Blue Crab 2 Ways", price: "890", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, + { id: "c4", brand: "Starter", name: "Baked Wild Mushroom", price: "590", rating: 4, reviewCount: "92", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" } ]} /> @@ -58,9 +58,9 @@ export default function MenuPage() { carouselMode="auto" useInvertedBackground={true} products={[ - { id: "rec1", brand: "Signature", name: "Signature Uni Pie", price: "790", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, - { id: "rec2", brand: "Main", name: "Beef Shabu Shabu", price: "720", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, - { id: "rec3", brand: "Signature", name: "Blue Crab 2 Ways", price: "890", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" } + { id: "rec1", brand: "Signature", name: "Signature Uni Pie", price: "790", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, + { id: "rec2", brand: "Main", name: "Beef Shabu Shabu", price: "720", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" }, + { id: "rec3", brand: "Signature", name: "Blue Crab 2 Ways", price: "890", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg" } ]} /> -- 2.49.1