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 = { }, ]} /> + + + +