import {ReactNode} from 'react' export default function ImageWithBlurredShadow(props: {image: ReactNode}) { const {image} = props return (