diff --git a/src/app/page.tsx b/src/app/page.tsx index c6e9988..0ef9ccb 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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -42,7 +42,7 @@ export default function LandingPage() {
-