Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 789d59717f | |||
| b2db0f9c80 |
@@ -95,7 +95,7 @@ const HeroLogoBillboard = ({
|
|||||||
{logoText}
|
{logoText}
|
||||||
</FillWidthText>
|
</FillWidthText>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative w-full md:w-1/2" >
|
<div className="relative w-full md:w-1/2">
|
||||||
<TextAnimation
|
<TextAnimation
|
||||||
type={theme.defaultTextAnimation}
|
type={theme.defaultTextAnimation}
|
||||||
text={description}
|
text={description}
|
||||||
@@ -131,7 +131,7 @@ const HeroLogoBillboard = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className="relative z-1 p-0">
|
<div className="relative z-1 p-0">
|
||||||
<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}
|
||||||
@@ -142,7 +142,7 @@ const HeroLogoBillboard = ({
|
|||||||
) : (
|
) : (
|
||||||
<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="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