From 592372be9a6fe7ee8a0c43d4c39c206d96d57eb5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 12:03:12 +0000 Subject: [PATCH] Bob AI (approx): delete the customers review section from the homepage --- 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 bc415b0..5b318cd 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import HeroSection from './HomePage/sections/Hero'; import AboutSection from './HomePage/sections/About'; import ProductsSection from './HomePage/sections/Products'; import PricingSection from './HomePage/sections/Pricing'; -import TestimonialsSection from './HomePage/sections/Testimonials'; import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; @@ -23,11 +22,9 @@ export default function HomePage(): React.JSX.Element { - - ); -} +} \ No newline at end of file -- 2.49.1