From 861acaa7071ff1d40454025f5b69af4a1a7305d6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 16:03:30 +0000 Subject: [PATCH] Bob AI: Remove the team section ('meet our experts') and all its con --- src/pages/HomePage.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 802d7ac..b42dfd0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import React from 'react'; import HeroSection from './HomePage/sections/Hero'; import ServicesSection from './HomePage/sections/Services'; import AboutSection from './HomePage/sections/About'; -import TeamSection from './HomePage/sections/Team'; import CtaSection from './HomePage/sections/Cta'; export default function HomePage(): React.JSX.Element { @@ -20,9 +19,7 @@ export default function HomePage(): React.JSX.Element { - - ); -} +} \ No newline at end of file -- 2.49.1