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