2 Commits

Author SHA1 Message Date
de14bbcfcc Bob AI: still no image 2026-02-04 15:55:05 +00:00
7bf99c8fe6 Bob AI: missing the hero billboard image 2026-02-04 15:53:47 +00:00

View File

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