--- interface Props { title?: string; } const { title = "KarkarCar" } = Astro.props; --- {title}