diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 3b8380c..90a1897 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,18 +1,17 @@ -// Created by add_section_from_catalog (HeroOverlay). +// Created by add_section_from_catalog (HeroBrand). import React from 'react'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBrand from '@/components/sections/hero/HeroBrand'; export default function HeroSection(): React.JSX.Element { return (