diff --git a/src/pages/services.astro b/src/pages/services.astro index 55ecc77..4bc4ffd 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -1,11 +1,72 @@ --- +import Features2 from '~/components/widgets/Features2.astro'; import Layout from '~/layouts/PageLayout.astro'; const metadata = { - title: "Services", + title: 'Services', }; --- - Services + + +