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