From d3808154e9549c0c226cb556522f4450cc0fc7b8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 12:09:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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() {
-