diff --git a/src/app/page.tsx b/src/app/page.tsx index e5790d7..caabd69 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 HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; @@ -39,14 +39,13 @@ export default function LuxuryHotelsPage() {
-