Add irrigation and fertilization recommendations, farm AI assistant, and pest detection features with Persian localization
- Introduced new sections in the dashboard for irrigation recommendations, fertilization recommendations, farm AI assistant, and pest detection. - Added Persian translations for new features to enhance user experience. - Updated the vertical menu to include links to the new sections. - Enhanced global styles with animations for improved UI interactions.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Components Imports
|
||||
import SmartFertilizationRecommendation from '@views/dashboards/farm/smartFertilization/SmartFertilizationRecommendation'
|
||||
|
||||
const FertilizationRecommendationPage = async () => {
|
||||
return <SmartFertilizationRecommendation />
|
||||
}
|
||||
|
||||
export default FertilizationRecommendationPage
|
||||
Reference in New Issue
Block a user