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