From 06291f1d6161304b838e9268ab3af454c4db066b Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 20:13:00 +0000 Subject: [PATCH] Bob AI: Remove the partners section from the home page. --- src/pages/HomePage.tsx | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3df585b..c366685 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,26 +14,17 @@ import ReviewsSection from './HomePage/sections/Reviews'; import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; - -import PartnersSection from './HomePage/sections/Partners';export default function HomePage(): React.JSX.Element { +export default function HomePage(): React.JSX.Element { return ( -<> - - - - - - - - - - - - - - - - + <> + + + + + + + + ); -} +} \ No newline at end of file