diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 99b83ba..6e503cd 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -17,31 +17,36 @@ import TeamSection from './HomePage/sections/Team';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
+
import MediaCarouselSection from './HomePage/sections/MediaCarousel';
-
-export default function HomePage(): React.JSX.Element {
+import BentoFeaturesSection from './HomePage/sections/BentoFeatures';export default function HomePage(): React.JSX.Element {
return (
-