import Image from 'next/image' interface ShowcaseProps { title: any description: string asset?: string customAsset?: any arrangement: 'left' | 'right' } export default function ShowcaseSlide ({ title, description, asset, customAsset, arrangement }: ShowcaseProps) { return (
{description}