--- import { ClientRouter } from 'astro:transitions'; import BaseLayout from './BaseLayout.astro'; const { title, description } = Astro.props; ---