--- const { title, name } = Astro.props as { title: string; name: string }; ---