--- const { props } = Astro.props; import { Icon } from "astro-icon/components"; import Button from "./ui/Button.astro"; import Modal from "./Modal.astro"; const background = props.bgImage || props.bgColor; ---
{props.hasIcon && (
)}

{props.title}

{props.copy}

{props.hasButton && (
)} {props.hasInput && (
)}