diff --git a/src/app/page.tsx b/src/app/page.tsx index 0256a8c..258cf90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -41,8 +41,7 @@ export default function LandingPage() {
-