From b10129dcccf53c41a70521ef4e6ec354008c4ce0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 16 Aug 2023 03:30:59 -0400 Subject: [PATCH] Add HeroText widget for H1 --- src/pages/contact.astro | 46 +++++++---------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 8d5eca7..0ba894f 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -1,7 +1,7 @@ --- import Layout from '~/layouts/PageLayout.astro'; +import HeroText from '~/components/widgets/HeroText.astro'; import ContactUs from '~/components/widgets/Contact.astro'; -import FAQs from '~/components/widgets/FAQs.astro'; import Features2 from '~/components/widgets/Features2.astro'; const metadata = { @@ -10,6 +10,13 @@ const metadata = { --- + + + + - - - -