diff --git a/app/(root)/contact/page.tsx b/app/(root)/contact/page.tsx
index 42e72ae..3fd7c04 100644
--- a/app/(root)/contact/page.tsx
+++ b/app/(root)/contact/page.tsx
@@ -186,7 +186,7 @@ const ContactUs = () => {
))}
-
+
diff --git a/components/ui/icons.tsx b/components/ui/icons.tsx
index 5947fad..7c298e7 100644
--- a/components/ui/icons.tsx
+++ b/components/ui/icons.tsx
@@ -10,7 +10,9 @@ const Iconss = () => {
x: "https://x.com/SVR_JS",
Mastodon: "https://mastodon.social/@svrjs",
Bluesky: "https://bsky.app/profile/svrjs.org",
- Odysee: "https://odysee.com/@SVRJS"
+ Odysee: "https://odysee.com/@SVRJS",
+ instagram: "https://instagram.com/svrjs.webserver",
+ Threads: "https://threads.net/@svrjs.webserver"
}
}
};
@@ -23,7 +25,7 @@ const Iconss = () => {
rel="me"
className={buttonVariants({
variant: "ghost",
- size: "sm"
+ size: "icon"
})}
>
X icon
@@ -46,7 +48,7 @@ const Iconss = () => {
rel="me"
className={buttonVariants({
variant: "ghost",
- size: "sm"
+ size: "icon"
})}
>
Mastodon icon
@@ -71,7 +73,7 @@ const Iconss = () => {
rel="me"
className={buttonVariants({
variant: "ghost",
- size: "sm"
+ size: "icon"
})}
>
Bluesky icon
@@ -96,7 +98,7 @@ const Iconss = () => {
rel="me"
className={buttonVariants({
variant: "ghost",
- size: "sm"
+ size: "icon"
})}
>
Odysee icon
@@ -114,6 +116,56 @@ const Iconss = () => {
/>
+
+
+ Instagram icon
+
+
+
+
+
+ Threads icon
+
+
+
>
);
};