diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 707cda9..2944ab2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} 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 +}