diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7ca9ff0..6f0d802 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,9 +8,11 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function MenuPage() { return ( - + - + - + );