--- type Props = { name: string } const { name } = Astro.props ---
Hello, {name}!!!