diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e6dc80..1cf5e54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactText from "@/components/sections/contact/ContactText"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import { Sparkles, Search, Zap, Puzzle, TrendingUp, Award, Users } from "lucide-react"; @@ -119,11 +119,16 @@ export default function WebAgency2Page() { />
-