From c9c7285f53cc3063889628f29a986f8b248340b7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:26:19 +0000 Subject: [PATCH] Bob AI (stub): Make the hero section smoothly switch between 4 images, with --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1c38f7a..ebdb679 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,6 +12,9 @@ import TeamSection from './HomePage/sections/Team'; import TestimonialsSection from './HomePage/sections/Testimonials'; import ContactSection from './HomePage/sections/Contact'; + +{/* webild-stub @2026-06-03T14:26:17.945Z: Make the hero section smoothly switch between 4 images, with a loading animation in between each image transition. */} + export default function HomePage(): React.JSX.Element { return ( <>