From 64c7aa89fba697f36121d5c73ce6843cd672e08e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 13:51:28 +0000 Subject: [PATCH] Bob AI: i want each images to have their own progress bar and they a --- src/pages/HomePage/sections/Hero.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 134c461..e3a7d52 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -67,11 +67,17 @@ export default function HeroSection(): React.JSX.Element { ))} -
-
+
+ {images.map((_, index) => ( +
{ setCurrentIndex(index); setProgress(0); }}> +
+
+ ))}