--- interface Props { title: string; description: string; } const { title, description } = Astro.props; import { ViewTransitions } from "astro:transitions"; ---