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 ( -