import Link from 'next/link'; import ProductCard from './components/ProductCard/ProductCard'; export default function Home() { return (

Hello World

Users
) }