From 650aad2d46977072ae38c2fcb59cc9278497eaaa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:45:05 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 53952fd..828a22a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -2,6 +2,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; export default function MenuPage() { return ( @@ -21,18 +22,32 @@ export default function MenuPage() { - {/* - Section registry was empty, so no sections could be generated for this page. - This page should ideally contain 3-4 sections relevant to the menu, such as menu categories or special offers. - */} + + ); } \ No newline at end of file