diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dc590f..b93932f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -29,10 +29,10 @@ export default function LandingPage() { >