diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c4c1fc..ce5f525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import { ArrowRight } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -40,7 +40,7 @@ export default function LandingPage() {