diff --git a/apps/web/src/components/base-org/root/BuildAndRewardSection/index.tsx b/apps/web/src/components/base-org/root/BuildAndRewardSection/index.tsx index bce3d072fb0..a5337fb65dc 100644 --- a/apps/web/src/components/base-org/root/BuildAndRewardSection/index.tsx +++ b/apps/web/src/components/base-org/root/BuildAndRewardSection/index.tsx @@ -32,6 +32,7 @@ export default function BuildAndRewardSection() { className="mx-auto p-2 motion-reduce:hidden" autoPlay={false} ref={videoRef} + preload="auto" /> diff --git a/apps/web/src/components/base-org/root/VideoCardsSection/VideoCard.tsx b/apps/web/src/components/base-org/root/VideoCardsSection/VideoCard.tsx index 382fd3bc66a..92503b94636 100644 --- a/apps/web/src/components/base-org/root/VideoCardsSection/VideoCard.tsx +++ b/apps/web/src/components/base-org/root/VideoCardsSection/VideoCard.tsx @@ -33,6 +33,7 @@ export default function VideoCard({ title, description, src }: VideoCardProps) { className="mx-auto mt-6 motion-reduce:hidden" autoPlay={false} ref={videoRef} + preload="auto" /> {title}