Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bf99c8fe6 |
@@ -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="/path/to/your/image.jpg" // Update the image path here
|
||||||
videoSrc={videoSrc}
|
videoSrc={videoSrc}
|
||||||
imageAlt={imageAlt}
|
imageAlt={imageAlt}
|
||||||
videoAriaLabel={videoAriaLabel}
|
videoAriaLabel={videoAriaLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user