Playing around with options for base structure and navigation

This commit is contained in:
2025-07-03 23:50:20 -07:00
parent 65e05066ea
commit d515e581b5
26 changed files with 1075 additions and 398 deletions

6
src/pages/contact.astro Normal file
View File

@@ -0,0 +1,6 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
---
<BaseLayout>
</BaseLayout>