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