Merge version_4 into main #8

Merged
bender merged 1 commits from version_4 into main 2026-04-15 07:46:53 +00:00

View File

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