diff --git a/src/app/page.tsx b/src/app/page.tsx index ecb7c7b..b4208f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -39,12 +39,9 @@ export default function LandingPage() {
-