diff --git a/src/components/ShareLinks.astro b/src/components/ShareLinks.astro
index 05e4015..161b2b2 100644
--- a/src/components/ShareLinks.astro
+++ b/src/components/ShareLinks.astro
@@ -1,8 +1,8 @@
---
-import { SHARE_LINKS } from "@/constants";
-import LinkButton from "./LinkButton.astro";
+// import { SHARE_LINKS } from "@/constants";
+// import LinkButton from "./LinkButton.astro";
-const URL = Astro.url;
+// const URL = Astro.url;
---
diff --git a/src/components/Socials.astro b/src/components/Socials.astro
index 545fca7..582a11b 100644
--- a/src/components/Socials.astro
+++ b/src/components/Socials.astro
@@ -1,6 +1,6 @@
---
-import { SOCIALS } from "@/constants";
-import LinkButton from "./LinkButton.astro";
+// import { SOCIALS } from "@/constants";
+// import LinkButton from "./LinkButton.astro";
export interface Props {
centered?: boolean;
@@ -10,7 +10,7 @@ const { centered = false } = Astro.props;
---
- {
+