From 4de6c6b34394bfb4dcd7f723437c445daa1a41b8 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 16:45:48 +0000 Subject: [PATCH 1/2] Bob AI: Editing h2 ([data-webild-id="webild-1770482562847-... --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f772c..f1f345c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { Date: Sat, 7 Feb 2026 16:51:57 +0000 Subject: [PATCH 2/2] 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 +