From 6817b500cd1a78d426fe6e1b0434388d4c548253 Mon Sep 17 00:00:00 2001 From: widgeter Date: Mon, 14 Aug 2023 12:07:27 +0200 Subject: [PATCH] Include a CallToAction widget on services page --- src/pages/services.astro | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/services.astro b/src/pages/services.astro index 03790b4..c361266 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -1,4 +1,5 @@ --- +import CallToAction from '~/components/widgets/CallToAction.astro'; import Features2 from '~/components/widgets/Features2.astro'; import Hero from '~/components/widgets/Hero.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; @@ -12,7 +13,7 @@ const metadata = { - + Elevate your projects with our stunning templates @@ -133,4 +134,15 @@ const metadata = { icon: 'tabler:chevron-right', }} /> + + + +