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