import Image from "next/image"; interface Props { src: string; alt: string; className?: string; } export default function SVG(props: Props): JSX.Element { return (