import ProductCard from "./productCard"; export function Products() { return (
{Array(9) .fill(null) .map((_, index) => ( ))}
); }