diff --git a/src/app/page.tsx b/src/app/page.tsx index 644fc27..53d2f60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client" import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; @@ -43,36 +43,43 @@ export default function RealEstatePage() {
-