From b7335bc2e04a86de7cad52d183305b35cfe9d1bf Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 20:57:54 +0000 Subject: [PATCH] Bob AI: Add contact form to layout and connect buttons --- src/components/Layout.tsx | 59 ++++++++++++++++++- src/pages/VorOrtServicePage.tsx | 31 +++++----- .../VorOrtServicePage/sections/ContactCta.tsx | 13 ++++ .../sections/FeaturesAlternatingSplit.tsx | 17 ++++++ .../VorOrtServicePage/sections/HeroSplit.tsx | 15 +++++ 5 files changed, 117 insertions(+), 18 deletions(-) create mode 100644 src/pages/VorOrtServicePage/sections/ContactCta.tsx create mode 100644 src/pages/VorOrtServicePage/sections/FeaturesAlternatingSplit.tsx create mode 100644 src/pages/VorOrtServicePage/sections/HeroSplit.tsx diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 43f08c8..7a0ce96 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -4,6 +4,62 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; import { StyleProvider } from "@/components/ui/StyleProvider"; +import Input from "@/components/ui/Input"; +import Label from "@/components/ui/Label"; +import Textarea from "@/components/ui/Textarea"; + +const ContactFormSection = () => ( +
+
+
+

Angebot anfordern

+

Füllen Sie das Formular aus, um ein unverbindliches Angebot zu erhalten.

+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+ +
+ +