import Image from '@hashicorp/react-image' import InlineSvg from '@hashicorp/react-inline-svg' import alertIcon from 'public/img/icons/alert.svg?include' import checkIcon from 'public/img/icons/check.svg?include' import fragment from './fragment.graphql' import s from './style.module.css' function BeforeAfterDiagram(props) { const { theme, beforeHeadline, beforeContent, beforeImage, afterHeadline, afterContent, afterImage, } = props return (