diff --git a/src/app/page.tsx b/src/app/page.tsx index adb349c..772c818 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LandingPage() { return ( @@ -140,13 +140,15 @@ export default function LandingPage() {
-
@@ -176,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file