--- import { SITE } from "../site-config"; export interface Props { image: string; title: string; subtitle: string; } const { image, title, subtitle } = Astro.props; ---
{title}

{title}

{subtitle}

{SITE.tagline} Based in {SITE.location}.