diff --git a/src/app/page.tsx b/src/app/page.tsx index 43aa973..f1c9668 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -41,13 +41,13 @@ export default function LandingPage() {