diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index f78e22d..8ba73cd 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -1,6 +1,5 @@ "use client"; -// import Image from "next/image"; import ButtonTextUnderline from "@/components/button/ButtonTextUnderline"; import FooterColumns from "@/components/shared/FooterColumns"; import MediaContent from "@/components/shared/MediaContent";