diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a33ed2..4bcded4 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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -26,7 +26,7 @@ export default function LandingPage() { >