diff --git a/public/nemmy.gif b/public/nemmy.gif
new file mode 100644
index 0000000..d47094c
Binary files /dev/null and b/public/nemmy.gif differ
diff --git a/src/components/Friendbutton.astro b/src/components/Friendbutton.astro
new file mode 100644
index 0000000..4e5161e
--- /dev/null
+++ b/src/components/Friendbutton.astro
@@ -0,0 +1,12 @@
+---
+const { website, image, name }=Astro.props
+---
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/friends.astro b/src/components/friends.astro
index dfe218e..c5f5043 100644
--- a/src/components/friends.astro
+++ b/src/components/friends.astro
@@ -1,13 +1,10 @@
---
+import FriendButton from "../components/Friendbutton.astro"
---
\ No newline at end of file