From cb525cb66c1e26663e00a49943fc88603f4f3b9c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 07:31:13 +0000 Subject: [PATCH] Bob AI: The user attached the section/component ca --- src/pages/HomePage/sections/Hero.tsx | 33 ++++++++++------------------ 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 7b38b6f..cc87955 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,29 +1,18 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "hero" section. +// Created by add_section_from_catalog (HeroBrand). import React from 'react'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import HeroBrand from '@/components/sections/hero/HeroBrand'; export default function HeroSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); }