diff --git a/src/app/page.tsx b/src/app/page.tsx index ad66fd4..cde27cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -36,13 +36,22 @@ export default function LandingPage() {