"use client"; import Link from "next/link"; export const ReleaseCard = (props) => { return (
{props.title}

{props.description}

); };