diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0f3e90b..b4caf97 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,139 +1,67 @@ --- import { getLangFromUrl, useTranslations } from "../i18n/utils" +import WaveSVG from "./WaveSVG.astro"; const lang = getLangFromUrl(Astro.url); const t = useTranslations(lang); --- -
{t("footer.services")}
-{t("footer.socials")}
- +© {t("footer.aluProject")} 2024
+{t("footer.aluProject")} © 2024
-