diff --git a/src/pages/search.astro b/src/pages/search.astro
new file mode 100644
index 0000000..047e17c
--- /dev/null
+++ b/src/pages/search.astro
@@ -0,0 +1,54 @@
+---
+import Footer from "@components/Footer.astro";
+import Header from "@components/Header.astro";
+import Layout from "@layouts/Layout.astro";
+import Main from "@layouts/Main.astro";
+---
+
+
+
+
+
+
+
+
+
+
+