import cn from 'clsx' import Image from 'next/image' export function Screenshot({ src, alt, full }) { return (
{alt}
) }