--- import sakura from "../assets/sakura.png" interface Props { title: string; } const { title } = Astro.props; --- {title}