From e7ca3a5d8b6baac1b326cd541803ec1444d77271 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 11 Jun 2026 15:49:52 +0000 Subject: [PATCH] Bob AI: Changed hero section to use HeroOverlay with one big image --- src/pages/HomePage/sections/Home.tsx | 41 ++++++++-------------------- 1 file changed, 12 insertions(+), 29 deletions(-) diff --git a/src/pages/HomePage/sections/Home.tsx b/src/pages/HomePage/sections/Home.tsx index 0abdc0c..88f82fe 100644 --- a/src/pages/HomePage/sections/Home.tsx +++ b/src/pages/HomePage/sections/Home.tsx @@ -1,36 +1,19 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "home" section. +// Created by add_section_from_catalog (HeroOverlay). import React from 'react'; -import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; export default function HomeSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); } -- 2.49.1