From 07197453cb54043ad2a5383bec78d5bd92a625fd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:56:48 +0000 Subject: [PATCH] Bob AI (stub): Type: Button Text: "Team" Selector: [data-w --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fd55839..9d719c9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -13,6 +13,9 @@ import TestimonialsSection from './HomePage/sections/Testimonials'; import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; + +{/* webild-stub @2026-06-18T16:56:47.453Z: Type: Button Text: "Team" Selector: [data-webild-id="webild-1781801659422-g37hs1aob"] SelectorScope: PREVIEW_DOM_ONLY (data-webild-id is assigned at click time in the preview; it does NOT exist in repository source files). */} + export default function HomePage(): React.JSX.Element { return ( <> -- 2.49.1