--- import Footer from '@/components/Footer.astro' import Head from '@/components/Head.astro' import Header from '@/components/Header.astro' import { SITE } from '@/consts' type Props = { title: string description: string image?: string } const { title, description, image } = Astro.props ---