From f0150fa9de2448fc87f0eadb582e7d4569edd050 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 16:00:20 +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..a862070 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 Image from "next/image"; interface FooterColumn { items: Array<{ @@ -110,6 +111,21 @@ const FooterLogoEmphasis = ({ ))} + +
+ + Facebook + + + Twitter + + + Instagram + + + LinkedIn + +
); -- 2.49.1