From c427070a1a7c6bfb5b1a7a86cc8c7b461ee4b739 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 16 Aug 2023 03:31:17 -0400 Subject: [PATCH] Add HeroText widget for H1 --- src/pages/pricing.astro | 86 +++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 38 deletions(-) diff --git a/src/pages/pricing.astro b/src/pages/pricing.astro index 2a6f817..a36d6ad 100644 --- a/src/pages/pricing.astro +++ b/src/pages/pricing.astro @@ -1,5 +1,6 @@ --- import Layout from '~/layouts/PageLayout.astro'; +import HeroText from '~/components/widgets/HeroText.astro'; import Prices from '~/components/widgets/Pricing.astro'; import FAQs from '~/components/widgets/FAQs.astro'; import Steps from '~/components/widgets/Steps.astro'; @@ -12,6 +13,14 @@ const metadata = { --- + + + + - + -