diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e26391..f7e2e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ContactForm from "@/components/form/ContactForm"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Home, Users, TrendingUp, Award, Package, Phone, Mail } from "lucide-react"; @@ -178,17 +178,22 @@ export default function HomePage() {