diff --git a/src/app/page.tsx b/src/app/page.tsx index 0309c0e..6a35dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -35,15 +35,13 @@ export default function LandingPage() {
-
@@ -119,4 +117,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}