12
src/pages/contact.astro
Normal file
12
src/pages/contact.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import ContactPage from '../components/ContactPage';
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="Contact Us - Ignis Network"
|
||||
description="Have questions or feedback about Ignis Network? We'd love to hear from you. Reach out to our team."
|
||||
canonicalPath="/contact"
|
||||
>
|
||||
<ContactPage client:load />
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user