Bob AI: change the background color of the hero section to...
This commit is contained in:
@@ -126,7 +126,7 @@ const HeroBillboardScroll = ({
|
|||||||
>
|
>
|
||||||
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
|
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
|
||||||
<MediaContent
|
<MediaContent
|
||||||
imageSrc={imageSrc}
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
|
||||||
videoSrc={videoSrc}
|
videoSrc={videoSrc}
|
||||||
imageAlt={imageAlt}
|
imageAlt={imageAlt}
|
||||||
videoAriaLabel={videoAriaLabel}
|
videoAriaLabel={videoAriaLabel}
|
||||||
@@ -144,7 +144,7 @@ const HeroBillboardScroll = ({
|
|||||||
>
|
>
|
||||||
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
|
<div className={cls("h-full w-full overflow-hidden rounded-theme-capped card p-4", cardInnerClassName)}>
|
||||||
<MediaContent
|
<MediaContent
|
||||||
imageSrc={imageSrc}
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80"
|
||||||
videoSrc={videoSrc}
|
videoSrc={videoSrc}
|
||||||
imageAlt={imageAlt}
|
imageAlt={imageAlt}
|
||||||
videoAriaLabel={videoAriaLabel}
|
videoAriaLabel={videoAriaLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user