diff --git a/src/app/page.tsx b/src/app/page.tsx index 294aed9..d20da92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -40,20 +40,23 @@ export default function LandingPage() {