--- import profilePicture from "../assets/profile-picture.png"; interface Props { name: string; subtitle: string; } const { name, subtitle } = Astro.props; --- {name} {subtitle}
{subtitle}