docs: Add About Me block

This commit is contained in:
Oliver Davies 2023-10-18 14:41:45 +02:00
parent 2f1ae99d39
commit 2c48bf84ce

View file

@ -3,6 +3,7 @@ layout: ~/layouts/PageLayout.astro
title: "Configuration files as a service"
---
import AboutMe from "~/components/AboutMe.astro";
import Button from "~/components/Button.astro";
export const products = [
@ -69,3 +70,5 @@ If you have multiple Drupal sites, [contact me](/contact) and we can work someth
`build-configs` can also be added to an existing project. It can be tricky and will be different from project to project so [contact me](/contact) and we can discuss it further.
Once I know more about your project, Ill be happy to give you a fixed-price quote to do the work.
<AboutMe />