diff --git a/src/app/page.tsx b/src/app/page.tsx index 701aa69..d8f6204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; @@ -40,8 +40,8 @@ export default function LandingPage() {
-