12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
---
|
|
import Layout from '~/layouts/PageLayout.astro';
|
|
|
|
const metadata = {
|
|
title: "Services",
|
|
};
|
|
---
|
|
|
|
<Layout metadata={metadata}>
|
|
Services
|
|
</Layout>
|