diff --git a/src/components/Footer.astro b/src/components/Footer.astro
new file mode 100644
index 0000000..f464248
--- /dev/null
+++ b/src/components/Footer.astro
@@ -0,0 +1,39 @@
+---
+import CarbonArrowRight from "@/icons/CarbonArrowUpRight.vue"
+const commit = "d9ea5cf7d6"
+---
+
+
+
+
diff --git a/src/icons/CarbonArrowRight.svg b/src/icons/CarbonArrowRight.svg
deleted file mode 100644
index 3470d13..0000000
--- a/src/icons/CarbonArrowRight.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/icons/CarbonArrowRight.vue b/src/icons/CarbonArrowRight.vue
new file mode 100644
index 0000000..0cdf4a1
--- /dev/null
+++ b/src/icons/CarbonArrowRight.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/icons/CarbonArrowUpRight.vue b/src/icons/CarbonArrowUpRight.vue
new file mode 100644
index 0000000..b1735db
--- /dev/null
+++ b/src/icons/CarbonArrowUpRight.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/icons/CarbonRecentlyViewed.svg b/src/icons/CarbonRecentlyViewed.svg
deleted file mode 100644
index 857310b..0000000
--- a/src/icons/CarbonRecentlyViewed.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/icons/CarbonRecentlyViewed.vue b/src/icons/CarbonRecentlyViewed.vue
new file mode 100644
index 0000000..85066aa
--- /dev/null
+++ b/src/icons/CarbonRecentlyViewed.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 3e9e7b1..185c499 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,17 +1,19 @@
---
import Default from "@/layouts/Default.astro"
import Button from "@/components/Button.vue"
-import Input from "@/components/Input.vue"
+import Search from "@/components/Search.vue"
+import Footer from "@/components/Footer.astro"
---
- 0 / 1000 RQT
+ 0 / 5000 RQT
-
+
+
diff --git a/src/styles/app.css b/src/styles/app.css
index 3b040be..3885322 100644
--- a/src/styles/app.css
+++ b/src/styles/app.css
@@ -14,5 +14,4 @@
body {
font-family: 'JetBrains Mono Variable', monospace;
background: var(--secondary);
- min-height: 100vh;
}