diff --git a/Components/Layout/section.jsx b/Components/Layout/section.jsx index 1053ff0..8233147 100644 --- a/Components/Layout/section.jsx +++ b/Components/Layout/section.jsx @@ -52,7 +52,7 @@ const Section = ({ muted loop autoPlay={isPlaying} - poster="/loading1.gif" // loading animation + preload="metadata" />
@@ -61,13 +61,14 @@ const Section = ({
{buttonLink && ( - - {buttonTwoText} - -)} + + {buttonTwoText} + + )}