2024-02-13 05:50:53 +04:00
|
|
|
---
|
2024-02-14 05:47:32 +04:00
|
|
|
// Import section components
|
2024-02-13 05:50:53 +04:00
|
|
|
import MainLayout from "../layouts/MainLayout.astro";
|
|
|
|
|
2024-02-14 05:47:32 +04:00
|
|
|
import ContactSection from "../components/ContactSection.astro";
|
2024-02-13 05:50:53 +04:00
|
|
|
---
|
|
|
|
|
|
|
|
<MainLayout>
|
2024-02-14 05:47:32 +04:00
|
|
|
<ContactSection />
|
|
|
|
</MainLayout>
|