--- interface Props { href: string; } const { href } = Astro.props; import "../styles/main.scss"; import "../styles/callout.scss"; import { ViewTransitions } from "astro:transitions"; ---