From c4b17c61b55107d180996d1ce465e7de6d886da7 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 21:47:04 +0200 Subject: [PATCH] Include a pricing widget on sass page --- src/pages/homes/saas.astro | 44 +++++++++++++++++++++ src/pages/pricing.astro | 78 +++++++++++++++++++------------------- 2 files changed, 83 insertions(+), 39 deletions(-) diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro index d4343f9..9ddc0b9 100644 --- a/src/pages/homes/saas.astro +++ b/src/pages/homes/saas.astro @@ -7,6 +7,7 @@ import Features from '~/components/widgets/Features.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Content from '~/components/widgets/Content.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import Pricing from '~/components/widgets/Pricing.astro'; import { headerData } from '~/navigation'; @@ -216,6 +217,49 @@ const metadata = { + + + + - + -