import Image from 'next/image'; export const CardASLargeImageComponent = ({ srcs = undefined, ...props }) => { return (
{}} tabIndex={0} > {/* Light mode image */}
Beautiful forest from bird's eye view. By Geran de Klerk from Unsplash.
{/* Dark mode image */}
Beautiful forest from bird's eye view. By Geran de Klerk from Unsplash.
{/* Top Content */}

Subtitle

Cool things to checkout

{/* Bottom Info Bar */}
Beautiful forest from bird's eye view. By Geran de Klerk from Unsplash.

Card Title

Lorem ipsum dolor sit amet.

); };