From 313dc743d4e2b81b9e28ce5b7e52408c57da0e3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:46:21 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 47 +++++++++++-------------------------------- 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index d802154..f6074ec 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function MenuPage() { return ( @@ -34,7 +34,7 @@ export default function MenuPage() { />
- ({ ...p, 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, 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" } + ]} />
-
-- 2.49.1