diff --git a/app/[locale]/components/Footer.tsx b/app/[locale]/components/Footer.tsx
index 9333aa0..a0d385a 100644
--- a/app/[locale]/components/Footer.tsx
+++ b/app/[locale]/components/Footer.tsx
@@ -1,6 +1,6 @@
import { useTranslations } from "next-intl";
import Link from "next-intl/link";
-import { FaGithub, FaInfoCircle, FaRegEnvelope } from "react-icons/fa";
+import { FaGithub, FaRegEnvelope } from "react-icons/fa";
import ThemeSwitcher from "./ThemeSwitcher";
@@ -25,13 +25,6 @@ export default function Footer() {
>
- {t("p1")} -
-- {t.rich("p2", { - homeLink: (chunks) => ( - - {chunks} - - ), - })} -
-- {t("p3")} -
-- {t.rich("techInfo", { - homeLink: (chunks) => ( - - {chunks} - - ), - })} -
-- {t("techWith")} -
-- {t.rich("contribInfo", { - link: (chunks) => ( - - {chunks} - - ), - })} -
-