diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 3c9f106..45c3ea3 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,42 +1,19 @@ -// 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 (HeroOverlay). import React from 'react'; -import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; export default function HeroSection(): React.JSX.Element { return ( -