diff --git a/src/app/page.tsx b/src/app/page.tsx index 482127b..f645937 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 HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import TeamCardEleven from "@/components/sections/team/TeamCardEleven"; @@ -37,24 +37,35 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file