I can see the issue now - the Vision & Mission cards and Our Promise cards are showing but the content inside them is empty. Let me find and fix these sections in the code.
I can see the content is there in the code, but the issue is the bg-opacity-10 and bg-opacity-20 classes are creating almost transparent backgrounds. The text appears to be there but it's likely the same color as the background (white text on white cards). Let me fix both sections by changing the card styles:
I can see the issue now. The cards are showing as solid white, but the text inside them is also white, making it invisible. Let me fix both sections by changing the card styling to ensure the text is visible:
I've fixed both sections. The issue was that the bg-opacity-* classes were creating semi-transparent white backgrounds but the text was also white, making it invisible. I changed the cards to use solid white backgrounds with proper text colors - dark slate/gray text that contrasts well against the white cards. The Vision & Mission cards now have teal headers with gray body text, and the Our Promise cards have slate headers with gray descriptions.
I've fixed the "Special Offers & Payment Options" section. The issue was the same as before - the cards were using bg-white bg-opacity-20 which created semi-transparent backgrounds, but the text was white making it invisible. I changed the cards to solid white backgrounds with proper text colors (slate-800 for headings, gray-600 for descriptions) so the content is now clearly visible.