diff --git a/src/app/page.tsx b/src/app/page.tsx index 9432b65..9240ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -54,7 +54,7 @@ export default function LandingPage() {
-
@@ -305,4 +298,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file