diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3df585b..c366685 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -14,26 +14,17 @@ import ReviewsSection from './HomePage/sections/Reviews';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
-
-import PartnersSection from './HomePage/sections/Partners';export default function HomePage(): React.JSX.Element {
+export default function HomePage(): React.JSX.Element {
return (
-<>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ <>
+
+
+
+
+
+
+
+
>
);
-}
+}
\ No newline at end of file