diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ccdc6b5..787a99a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1276,4 +1276,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d7f733..30068c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -38,19 +38,13 @@ export default function LandingPage() {
- ); -} \ No newline at end of file +}