--- import PrimaryCTA from '@/components/content/PrimaryCTA.astro'; import TenantialLogo from '@/components/content/TenantialLogo.astro'; import Container from '@/components/primitives/Container.astro'; import { getHeaderCta, getPrimaryNavigation, isActiveNavigationPath, siteMetadata } from '@/lib/site'; interface Props { currentPath: string; } const { currentPath } = Astro.props; const headerCta = getHeaderCta(currentPath); const primaryNavigation = await getPrimaryNavigation(); ---
Open navigation menu