From e92172b9f8da32758e533d0de0e381cb43916064 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 11:15:36 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/BentoFeatures.tsx --- src/pages/HomePage/sections/BentoFeatures.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
-- 2.49.1 From 46380b2310469e6b8e85a7bc8d7e4351d3f48e6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Jul 2026 11:15:37 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) 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 +} -- 2.49.1