diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7f73f77..863625f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,36 +1,36 @@ import Container from '@mui/material/Container'; import { Typography } from "@mui/material"; -import { Button } from "@mui/material"; -import { Link } from "react-router-dom"; -import PlayArrowIcon from '@mui/icons-material/PlayArrow'; -import FlagIcon from '@mui/icons-material/Flag'; export default function HomePage() { return ( <> - - Discover Nutripatrol: the moderation tool currently in development for Open Food Facts. + + What is Nutripatrol? - - Nutripatrol simplifies the moderation of food products by offering an intuitive ticketing platform. You can quickly report errors, inconsistencies, or missing information on listed food products. + + NutriPatrol is a specialized ticketing application designed to streamline moderation on OpenFoodFacts. + It helps the community flag and address issues in the product database, ensuring the accuracy and reliability of the information. + With NutriPatrol, moderators can review, track, and resolve tickets submitted by contributors and users efficiently, maintaining the integrity of OpenFoodFacts. - - Join us in contributing to the improvement of the Open Food Facts database and helping consumers worldwide make informed decisions about their diet. + + Reporting a Product on OpenFoodFacts - - You can start by moderating images of food products. Click the button below to get started. + + Found an error or problematic content? You can easily report it directly on the OpenFoodFacts website! + Each product page and images includes an option to flag issues. + These reports are sent to NutriPatrol, where moderators can review and act upon them. + Your vigilance plays a vital role in improving the quality of the database + + + How to Become a Moderator + + + Becoming a moderator is a rewarding way to deepen your involvement with OpenFoodFacts. + Start by contributing to the database: scan products, complete their details, and help categorize them. + With consistent participation and as you gain experience in the community, you can request to become a moderator. + Moderators are selected based on their dedication, understanding of the platform, and commitment to OpenFoodFacts’ mission. - - - - - - )