diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf8c4c7..6fecde2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,6 +28,8 @@ export default async function ContactPage() {

{fields.heading}

{parse(fields.description)} + {/* Temporary spacer to make things look alright */} +
); }