--- interface Props { title?: string; description?: string; } const { title = 'ROM Hack Archive', description = 'Private Pokémon ROM-hack catalog for browsing hacks, notes, files, guides, and play status.', } = Astro.props; --- {title}