From 3f0a5512106bf6889ac40ae17f6dd91592ed06c5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 11:15:03 +0000 Subject: [PATCH] Bob AI: Remove the bento-features section from the home page. --- src/pages/HomePage.tsx | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6e503cd..99b83ba 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,36 +17,31 @@ import TeamSection from './HomePage/sections/Team'; import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; - import MediaCarouselSection from './HomePage/sections/MediaCarousel'; -import BentoFeaturesSection from './HomePage/sections/BentoFeatures';export default function HomePage(): React.JSX.Element { + +export default function HomePage(): React.JSX.Element { return ( - - + + - - - + - - + - + - + - + - + - + - + - - - - + + ); -} +} \ No newline at end of file -- 2.49.1