From 8c8e8e98cd05e3ee59d2bc471dfb79241daeb6ec Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 23 May 2026 21:17:48 +0000 Subject: [PATCH] Updated hero section to use a carousel with image switching and a progress bar. --- src/pages/HomePage.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 679056d..f2c3201 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesComparison from '@/components/sections/features/FeaturesComparison'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; @@ -13,7 +13,7 @@ export default function HomePage() { <>
-
-- 2.49.1