--- import Base from '../layouts/Base.astro'; import PageHero from '../components/PageHero.astro'; import ContactForm from '../components/ContactForm.astro'; import contactHero from '../assets/img/contact-hero.jpg'; import T from '../components/content/T.astro'; import { t, getImageOverride } from '../lib/content'; export const prerender = false; const mapsQuery = encodeURIComponent(`${t('global.contact.address')}, ${t('global.contact.city-line')}`); ---

{t('contact.map.note')}

{t('global.contact.address')} {t('global.contact.city-line')}

{t('global.contact.phone')}

{t('global.contact.email')}