diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e2cd21..91e278e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -41,7 +41,7 @@ export default function LandingPage() {