--- interface Props { title?: string; } const { title = "KarkarCar" } = Astro.props; import { Image } from 'astro:assets'; import logo from './src/images/logo-urdina.png'; import './src/styles/global.css' ---