--- import PrimaryCTA from '@components/buttons/PrimaryCTA.astro' import { Image } from 'astro:assets' const { title, subTitle, btnExists, btnTitle, btnURL, img, imgAlt } = Astro.props interface Props { title: string subTitle: string btnExists?: boolean btnTitle?: string btnURL?: string img: any imgAlt: any } ---
{imgAlt}

{title}

{subTitle}

{ btnExists ? : null }