From 4bcf185938cf290ed6603e789b50d237e61f075a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 23 Apr 2026 14:17:14 +0000 Subject: [PATCH] Bob AI: change hero section to another one with one general image an --- src/App.tsx | 46 ++++++++------------------- src/components/sections/hero/Hero.tsx | 28 ++++++++++++++++ 2 files changed, 41 insertions(+), 33 deletions(-) create mode 100644 src/components/sections/hero/Hero.tsx diff --git a/src/App.tsx b/src/App.tsx index ab99062..32cb6c5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import ContactSplitEmail from '@/components/sections/contact/ContactSplitEmail'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; -import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; +import Hero from '@/components/sections/hero/Hero'; import NavbarCentered from '@/components/ui/NavbarCentered'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; @@ -13,7 +13,7 @@ export default function App() { <>