From 639bd66114895749a48a92e504b3dc32f77dbb80 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 14 Jan 2026 13:33:05 +0100 Subject: [PATCH] Auto-commit: Add contact form before services section --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1a037d..63c444e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,11 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactForm from '@/components/ContactForm.tsx'; + +
+ +
export default function LandingPage() { const [isLoading, setIsLoading] = useState(false); return (