diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f27442..054d350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { BarChart2, Lightbulb, Target } from "lucide-react"; export default function LandingPage() { @@ -179,20 +179,21 @@ export default function LandingPage() {
-
-
@@ -268,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file