Content edit: replace existion contact form with another one

This commit is contained in:
2026-01-22 15:28:55 +02:00
parent 0ee4eb3042
commit ba5a6b4621

View File

@@ -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";