diff --git a/src/components/layouts/footer/index.tsx b/src/components/layouts/footer/index.tsx index 0e4eadca9..e9a13bc6a 100644 --- a/src/components/layouts/footer/index.tsx +++ b/src/components/layouts/footer/index.tsx @@ -10,6 +10,7 @@ import { Youtube, } from "lucide-react"; import { useTranslations } from "next-intl"; +import Image from "next/image"; import Link from "next/link"; import { useState } from "react"; @@ -161,13 +162,19 @@ const Footer = () => {