export const SSRLoader = () => { const randomDelay = () => { return parseFloat((Math.random() * (4 - 1) + 1).toFixed(2)); }; return (