From 980e228c147331032fca5c81c9e6257ff85d14d5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 12:51:53 +0000 Subject: [PATCH] Replaced FeaturesBento with FeaturesMediaCarousel in services section --- src/pages/HomePage.tsx | 51 +++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ac22d06..8516930 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeaturesBento from '@/components/sections/features/FeaturesBento'; +import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; @@ -47,46 +47,31 @@ export default function HomePage() {
- -- 2.49.1