diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bb8ab1..ed112e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -104,6 +105,19 @@ export default function LandingPage() { /> +