import Image from 'next/image' import { shimmer, toBase64 } from '../utils' export default function CardImage({ isTrending, src, alt }) { return (
{alt}
{/* TODO: Add this back only after the bookmark feature is implemented */} {/*
*/}
) }