diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f603d2..6fb1430 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -42,31 +42,17 @@ export default function LandingPage() {