We should hide placeholder Images/colors/data/text after page has loaded but before store data from KV is loaded. Currently it results in the page 'flashing' for >1 second with the placeholder data which looks unprofessional. Could either hide the data unless we can confirm there is no data to pull from KV, or just completely remove placeholder data from src files, and upload placeholder data at initialization to KV that gets hydrated correctly 100% of the time.
We should hide placeholder Images/colors/data/text after page has loaded but before store data from KV is loaded. Currently it results in the page 'flashing' for >1 second with the placeholder data which looks unprofessional. Could either hide the data unless we can confirm there is no data to pull from KV, or just completely remove placeholder data from src files, and upload placeholder data at initialization to KV that gets hydrated correctly 100% of the time.