From cd0ff3b69b63bbcf616e98c5bb1931411a7410a6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 12:11:55 +0000 Subject: [PATCH] Bob AI: Update hero text and remove testimonial section --- src/pages/HomePage.tsx | 2 -- src/pages/HomePage/sections/Hero.tsx | 2 +- src/pages/HomePage/sections/Testimonial.tsx | 31 --------------------- 3 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 src/pages/HomePage/sections/Testimonial.tsx diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f7eff65..d961106 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 TestimonialsSection from './HomePage/sections/Testimonials'; import MetricsSection from './HomePage/sections/Metrics'; -import TestimonialSection from './HomePage/sections/Testimonial'; import AboutSection from './HomePage/sections/About'; export default function HomePage(): React.JSX.Element { @@ -20,7 +19,6 @@ export default function HomePage(): React.JSX.Element { - diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index c8f02be..2db6d08 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -11,7 +11,7 @@ export default function HeroSection(): React.JSX.Element { - - - - - ); -} -- 2.49.1