From ec2b1644d4d3a0e046706a754a9cce605b22e5a8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 5 Jun 2026 22:15:09 +0000 Subject: [PATCH] Bob AI (stub): add linkedin and instagram icons over photos of our mentors --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e8d9608..b916645 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -15,6 +15,9 @@ import ContactSection from './HomePage/sections/Contact'; import FaqSection from './HomePage/sections/Faq'; + +{/* webild-stub @2026-06-05T22:15:08.568Z: add linkedin and instagram icons over photos of our mentors in our mentors section */} + import LeadGenSection from './HomePage/sections/LeadGen';export default function HomePage(): React.JSX.Element { return ( <> -- 2.49.1