Bob AI: missing the hero billboard image

This commit is contained in:
2026-02-04 15:53:47 +00:00
parent 1de8036fa4
commit 7bf99c8fe6

View File

@@ -130,7 +130,7 @@ const HeroBillboard = ({
<div className="flex flex-col gap-6" >
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
<MediaContent
imageSrc={imageSrc}
imageSrc="/path/to/your/image.jpg" // Update the image path here
videoSrc={videoSrc}
imageAlt={imageAlt}
videoAriaLabel={videoAriaLabel}