import React from 'react'; type Props = { fadingOut?: boolean; }; export const BootSplash: React.FC = ({ fadingOut = false }) => (
{/* Aurora glow — slow breathing, sits behind the wordmark for depth */}
MobileGym
);