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