From 5634cd75519360d263434b7528b5cebf7fa892c9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 7 May 2026 19:08:46 +0000 Subject: [PATCH] feat: replace hero carousel with billboard scroll --- src/pages/HomePage.tsx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6fab3c1..0647712 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,6 +1,7 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; @@ -12,7 +13,7 @@ export default function HomePage() { return ( <>
-