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