diff --git a/src/components/sections/footer/FooterLogoEmphasis.tsx b/src/components/sections/footer/FooterLogoEmphasis.tsx index befc7f7..bac6c96 100644 --- a/src/components/sections/footer/FooterLogoEmphasis.tsx +++ b/src/components/sections/footer/FooterLogoEmphasis.tsx @@ -3,6 +3,7 @@ import ButtonTextUnderline from "@/components/button/ButtonTextUnderline"; import FillWidthText from "@/components/shared/FillWidthText/FillWidthText"; import { ChevronRight } from "lucide-react"; +import { Facebook, Instagram, Twitter } from "lucide-react"; import { cls } from "@/lib/utils"; interface FooterColumn { @@ -110,6 +111,18 @@ const FooterLogoEmphasis = ({ ))} + +
);