1 Commits

Author SHA1 Message Date
kudinDmitriyUp
861acaa707 Bob AI: Remove the team section ('meet our experts') and all its con 2026-07-05 16:03:30 +00:00

View File

@@ -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 {
<AboutSection />
<TeamSection />
<CtaSection />
</>
);
}
}