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 { - - - - - ); -}