From 299deed6206c91b08aa5148932ede20b81e50efe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 8 May 2026 11:32:03 +0000 Subject: [PATCH] feat: replace gallery with bento grid layout --- src/pages/HomePage.tsx | 64 ++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a181b7c..7e09449 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; -import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards'; +import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; @@ -89,38 +89,36 @@ export default function HomePage() { + +