diff --git a/src/components/sections/hero/HeroLogoBillboard.tsx b/src/components/sections/hero/HeroLogoBillboard.tsx index 4c9f297..fa335de 100644 --- a/src/components/sections/hero/HeroLogoBillboard.tsx +++ b/src/components/sections/hero/HeroLogoBillboard.tsx @@ -12,6 +12,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { ButtonConfig } from "@/components/cardStack/types"; import CardStack from "@/components/cardStack/CardStack"; import SectionTitle from "@/components/sectionTitle/SectionTitle"; +import FillWidthImage from "@/components/shared/FillWidthImage/FillWidthImage"; type HeroLogoBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -129,23 +130,19 @@ const HeroLogoBillboard = ({
-
) : (
-
)}