+
\ No newline at end of file
diff --git a/src/components/MainHeader.astro b/src/components/MainHeader.astro
new file mode 100644
index 0000000..02eb4c5
--- /dev/null
+++ b/src/components/MainHeader.astro
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/MainHeader.vue b/src/components/MainHeader.vue
deleted file mode 100644
index 04b163e..0000000
--- a/src/components/MainHeader.vue
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/TopHeader.astro b/src/components/TopHeader.astro
new file mode 100644
index 0000000..e4dc7bb
--- /dev/null
+++ b/src/components/TopHeader.astro
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 3bdcb2f..ca7c597 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,4 +1,6 @@
---
+import MainHeader from '../components/MainHeader.astro';
+import TopHeader from '../components/TopHeader.astro';
export interface Props {
title: string;
}
@@ -16,6 +18,12 @@ const { title } = Astro.props;
{title}
+