9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
---
|
|
import Hero from "../components/Hero.astro";
|
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
|
---
|
|
|
|
<BaseLayout pageTitle="Building The Web On Your Terms">
|
|
<Hero />
|
|
</BaseLayout>
|