From 1c7704b1bab442c57f78988e37a5a7a362b48580 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 3 Jun 2026 14:17:29 +0000 Subject: [PATCH] Bob AI (stub): make the hero section the same width as all the other sectio --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 90a3cb6..466739a 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-03T14:17:28.384Z: make the hero section the same width as all the other sections */} + {/* webild-stub @2026-06-03T13:49:00.110Z: change the hero section so each image in the carousel has its own progress bar, and all progress bars are visible at the same time */} export default function HomePage(): React.JSX.Element {