From f46e37c5540b20085caae08e72ae2088f8d31262 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 2 Feb 2026 10:03:39 +0200 Subject: [PATCH] Bob AI: add a new button 'Contact Us' in contact section --- src/components/sections/contact/ContactSplitForm.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/sections/contact/ContactSplitForm.tsx b/src/components/sections/contact/ContactSplitForm.tsx index 33dd152..064adc5 100644 --- a/src/components/sections/contact/ContactSplitForm.tsx +++ b/src/components/sections/contact/ContactSplitForm.tsx @@ -10,6 +10,7 @@ import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import { getButtonProps } from "@/lib/buttonUtils"; import type { AnimationType } from "@/components/text/types"; +import { LucidePhoneCall } from "lucide-react"; export interface InputField { name: string; @@ -200,8 +201,11 @@ const ContactSplitForm = ({ ContactSplitForm.displayName = "ContactSplitForm"; -// Inserted + + export default ContactSplitForm; const ContactButton = () => (