import NextImage from "next/image"; import { LazyLoadComponent } from "react-lazy-load-image-component"; export default function Image({ src, alt, className = "" }) { return (
); }