2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ const ContactSplit = ({
const mediaContent = ( const mediaContent = (
<div className={cls("overflow-hidden rounded-theme-capped card h-130", mediaWrapperClassName)}> <div className={cls("overflow-hidden rounded-theme-capped card h-130", 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}

View File

@@ -94,7 +94,7 @@ const HeroBillboardCarousel = ({
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls( className={cls(
"relative w-full py-hero-page-padding md:h-svh md:py-0", "relative w-full py-hero-page-padding md:py-0",
className className
)} )}
> >