diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da83b32..eacb944 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ccda2c..5811d23 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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; @@ -114,29 +114,29 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file