From 1a4bad627d707bc0adb63d528cfc0f6667596739 Mon Sep 17 00:00:00 2001 From: widgeter Date: Mon, 14 Aug 2023 11:56:46 +0200 Subject: [PATCH] Include a Testimonial on services page --- src/pages/services.astro | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/pages/services.astro b/src/pages/services.astro index 3217605..03790b4 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -1,6 +1,7 @@ --- import Features2 from '~/components/widgets/Features2.astro'; import Hero from '~/components/widgets/Hero.astro'; +import Testimonials from '~/components/widgets/Testimonials.astro'; import Layout from '~/layouts/PageLayout.astro'; const metadata = { @@ -91,4 +92,45 @@ const metadata = { }, ]} /> + + + +