diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dc6c7d7..c615c19 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 073c2ec..95ba2f6 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 HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -33,8 +33,8 @@ export default function LandingPage() {
-
@@ -294,4 +303,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}