This commit is contained in:
akash 2025-12-26 13:57:24 +05:30
commit e27e547914

View File

@ -22,7 +22,7 @@ const page = () => {
{/* Headline Area end */} {/* Headline Area end */}
{/* Restaurant Menu Area start */} {/* Restaurant Menu Area start */}
<RestaurantMenu /> <RestaurantMenu />
<MenuIframe /> {/* <MenuIframe /> */}
</WellFoodLayout> </WellFoodLayout>
); );
}; };