diff --git a/src/features/Home/index.tsx b/src/features/Home/index.tsx
index 22f6fe63..d1d4b6b0 100644
--- a/src/features/Home/index.tsx
+++ b/src/features/Home/index.tsx
@@ -4,7 +4,7 @@ import { Benefits } from './Benefits/Benefits';
import { ClientLibraries } from './ClientLibraries/ClientLibraries';
import { HeroHeader } from './HeroHeader/HeroHeader';
import { WaysToEarn } from './WaysToEarn/WaysToEarn';
-import { Carousel } from './Carousel/Carousel';
+// import { Carousel } from './Carousel/Carousel';
import Footer from '@site/src/components/Footer';
import styles from './styles.module.scss';
import { GetStarted } from './GetStarted/GetStarted';
@@ -18,7 +18,8 @@ export default function HomepageFeatures() {
-
+ {/* Carousel requires new quote's before it should be enabled again */}
+ {/* */}
);