diff --git a/src/app/page.tsx b/src/app/page.tsx index ae8f343..3bab249 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -41,19 +41,13 @@ export default function LandingPage() {