--- import Banner from './Banner.astro'; import Nav from './Nav.astro'; export let title: string; export let description: string; export let permalink: string; ---