diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e741c1..d8eaf8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; @@ -51,45 +51,23 @@ export default function LandingPage() {