--- import "../styles/styles.scss"; interface Props { title: string; src?: string, alt: string, } const { title, src, alt } = Astro.props; ---