From 2f0564e52f7ce38b64337bfbebda00eb519663cf Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 2 Jun 2026 15:58:49 +0000 Subject: [PATCH] Bob AI (stub): change the about section's image to rotate every 5 seconds a --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 18653e1..573ee32 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,6 +14,9 @@ import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; + +{/* webild-stub @2026-06-02T15:58:48.008Z: change the about section's image to rotate every 5 seconds and add a progress bar at the bottom */} + {/* webild-stub @2026-06-02T15:47:34.838Z: make the hero section with a big image */} export default function HomePage(): React.JSX.Element {