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