--- import Icon from '../Icon.astro'; const { pageUrl, name } = Astro.props; export interface Props { pageUrl: string; name: string; } ---