diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c87a86e..0322f44 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,83 +7,56 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function MenuPage() { return ( - - - - - + + + ); -} +} \ No newline at end of file