From ba5a6b462190368b36b99502fb864f3a2afaa9d0 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 22 Jan 2026 15:28:55 +0200 Subject: [PATCH] Content edit: replace existion contact form with another one --- 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 003f6c7..fa7d303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSte import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import NewContactForm from '@/components/sections/contact/NewContactForm'; +import AnotherContactForm from '@/components/sections/contact/NewContactForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react"; import ContactForm from "@/components/form/ContactForm";