From 6dac61694cd49a26bfcb3ff096d624ed3fd545c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:16:57 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 222 +++++++++++------------------------------- 1 file changed, 55 insertions(+), 167 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e83dc6a..b507741 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,183 +7,71 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -export default function LandingPage() { +export default function MenuPage() { return ( - + - + -
- -
+
+ +
- +
);