Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const HeroSmallWithButtons = () => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down Expand Up @@ -65,7 +64,6 @@ export const HeroMediumTwoButtons = () => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down Expand Up @@ -120,7 +118,6 @@ export const HeroLargeWithButtons = () => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down Expand Up @@ -173,7 +170,6 @@ export const HeroVideo = () => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const Hero = ({ size, title, titleColors, subTitle, subTitleColors }) => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down Expand Up @@ -193,7 +192,6 @@ const StoryHero = ({ size }) => (
alt="Sample placeholder image."
width="2560"
height="512"
loading="lazy"
decoding="async"
fetchpriority="high"
/>
Expand Down