diff --git a/src/app/page.tsx b/src/app/page.tsx index 54c0f63..afc12f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { Wrench, Search, Settings, Zap } from "lucide-react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -129,41 +129,28 @@ export default function LandingPage() {