Better Header

This commit is contained in:
prototypa
2023-07-27 12:55:48 -04:00
parent 2c8597fce6
commit 242a172b36
8 changed files with 185 additions and 66 deletions

11
src/pages/services.astro Normal file
View File

@ -0,0 +1,11 @@
---
import Layout from '~/layouts/PageLayout.astro';
const meta = {
title: "Services",
};
---
<Layout {meta}>
Services
</Layout>