From 9aad78f5be664dc84febaf7ee6bd5229ffc873f1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 16:51:57 +0000 Subject: [PATCH] Bob AI: Add an image to the CTA section card --- src/components/sections/contact/ContactText.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/sections/contact/ContactText.tsx b/src/components/sections/contact/ContactText.tsx index a007592..f3559cb 100644 --- a/src/components/sections/contact/ContactText.tsx +++ b/src/components/sections/contact/ContactText.tsx @@ -8,6 +8,7 @@ import { getButtonProps } from "@/lib/buttonUtils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { ButtonConfig } from "@/types/button"; import type { InvertedBackground } from "@/providers/themeProvider/config/constants"; +import Image from "next/image"; type AnimationType = "entrance-slide" | "reveal-blur" | "background-highlight"; @@ -104,6 +105,14 @@ const ContactText = ({
+
+ Contact Image +