diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c9869..b7b86f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,8 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -39,6 +41,27 @@ export default function LandingPage() { /> +