diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e91cae..6498490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -45,7 +45,7 @@ export default function LandingPage() {