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