--- interface Props { title: string; description: string; } const { title = "Andrew Lee", description = "Andrew Lee Website" } = Astro.props; import { ViewTransitions } from 'astro:transitions'; import Navbar from '../components/Navbar.jsx'; const date = new Date(); ---