From c0e25f16f65e89ca3f9a432a3530bb68ebade8fd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 7 May 2026 20:55:22 +0000 Subject: [PATCH] feat: replace hero section with multi-image layout --- src/pages/HomePage.tsx | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a625906..ab590d0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; @@ -12,7 +12,7 @@ export default function HomePage() { return ( <>
-