From 46e9deae1d3accc4a35fc33cf0e92002cd0d7055 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 22:08:36 +0200 Subject: [PATCH] Include a FAQS section on saas page --- src/pages/homes/saas.astro | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro index 9ddc0b9..c6121ec 100644 --- a/src/pages/homes/saas.astro +++ b/src/pages/homes/saas.astro @@ -10,6 +10,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; import Pricing from '~/components/widgets/Pricing.astro'; import { headerData } from '~/navigation'; +import FAQs from '~/components/widgets/FAQs.astro'; const metadata = { title: 'Saas Landing Page', @@ -260,6 +261,40 @@ const metadata = { ]} /> + + + + +
+
+
+