diff --git a/src/app/page.tsx b/src/app/page.tsx index cd6e86b..003f6c7 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 ContactSplit from '@/components/sections/contact/ContactSplit'; +import NewContactForm 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"; @@ -168,14 +168,14 @@ export default function LandingPage() {