diff --git a/src/components/FriendLinkHigh.astro b/src/components/FriendLinkHigh.astro
deleted file mode 100644
index eaced05..0000000
--- a/src/components/FriendLinkHigh.astro
+++ /dev/null
@@ -1,16 +0,0 @@
----
-import { Image, Picture } from "astro:assets";
-
-const { name, image, target } = Astro.props;
----
-
-
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index cc8c776..32e9f09 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,9 +4,8 @@ import Partition from "../components/Partition.astro";
import Greeting from "../components/Greeting";
import Social from "../components/Social.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
-import FriendLink from "../components/FriendLinkHigh.astro";
+import FriendLink from "../components/FriendLink.astro";
import FriendLinkMid from "../components/FriendLinkMid.astro";
-import FriendLinkLow from "../components/FriendLinkLow.astro";
const pageTitle = "Aria";
const currentDate = new Date();
@@ -93,7 +92,7 @@ const age = seconds / 31556952;
image="https://notnite.com/buttons/notnite.png"
target="https://notnite.com/"
/>
-