I can see the issue. The Fogees Hub page is missing the frameBorder="0" attribute (with camelCase) in the iframe elements. The Jupiter page uses proper React syntax with camelCase attributes. Let me fix this:
I've fixed the video embeds in the Fogees Hub page by adding the missing frameBorder="0" attribute and explicit width/height attributes to match the Jupiter page structure. The iframes now use proper React camelCase syntax which should allow the videos to load correctly.
Now I can see the difference. The Jupiter page uses framer-motion with proper viewport detection and the iframe structure is simpler. Let me rewrite the Fogees Hub video section to match Jupiter's structure exactly:
I've completely rewritten the Fogees Hub page to match the Jupiter page structure exactly. The video section now uses framer-motion with the same animation patterns, card styling, and iframe configuration as the Jupiter page. The videos are wrapped in the same container structure with proper aspect ratios and hover effects.