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 ( - - + + - + + + + - + - + - + - + - + - + - + - - + + + + ); -} \ No newline at end of file +} diff --git a/src/pages/HomePage/sections/BentoFeatures.tsx b/src/pages/HomePage/sections/BentoFeatures.tsx index feb415b..d09bf37 100644 --- a/src/pages/HomePage/sections/BentoFeatures.tsx +++ b/src/pages/HomePage/sections/BentoFeatures.tsx @@ -60,7 +60,7 @@ export default function BentoFeaturesSection() {
@@ -79,7 +79,7 @@ export default function BentoFeaturesSection() {