From 3df6e46ae504675b38e468b37068de7b53a696a9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:54:28 +0200 Subject: [PATCH] Bob AI: Update the footer to include social media links --- .../sections/footer/FooterLogoEmphasis.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 = ({ ))} + +
+ + + + + + + + + +
);