diff --git a/src/components/sections/hero/HeroOverlay.tsx b/src/components/sections/hero/HeroOverlay.tsx index 06eda1f..9a5ebc3 100644 --- a/src/components/sections/hero/HeroOverlay.tsx +++ b/src/components/sections/hero/HeroOverlay.tsx @@ -43,7 +43,7 @@ const HeroOverlay = ({ tag, tagIcon, buttons, - imageSrc, + imageSrc = "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80", videoSrc, imageAlt = "", videoAriaLabel = "Hero video", @@ -72,7 +72,7 @@ const HeroOverlay = ({ >
{showDimOverlay && ( -
+
)}