diff --git a/src/app/page.tsx b/src/app/page.tsx index b026a21..8a0648b 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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -41,22 +41,16 @@ export default function LandingPage() {
-
@@ -222,4 +216,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}