import React from 'react' import "./Home.css" import Product from '../Product/Product' import { toast } from 'react-toastify'; import { useEffect } from 'react' import faker from 'faker' import { ToastContainer } from 'react-toastify'; const Home = () => { useEffect(() => ( slider(0) ), []) return (