diff --git a/src/app/page.tsx b/src/app/page.tsx index 7250e4f..876287a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,19 +45,14 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file