From e706c964461a83016ebadd61a9ad5a6885a4342f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 4 Jun 2026 15:43:30 +0000 Subject: [PATCH] Bob AI (stub): remove all sections except hero and contact form --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a7c1dc5..06b60cc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,6 +12,9 @@ import NewsletterSection from './HomePage/sections/Newsletter'; import CaseStudiesCardsSection from './HomePage/sections/CaseStudiesCards'; import ContactSection from './HomePage/sections/Contact'; + +{/* webild-stub @2026-06-04T15:43:28.905Z: remove all sections except hero and contact form */} + export default function HomePage(): React.JSX.Element { return ( <> -- 2.49.1