diff --git a/src/app/page.tsx b/src/app/page.tsx index a712d84..58186c9 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -36,28 +36,16 @@ export default function LandingPage() {
-