// Onboarding (3 screens) + Phone/OTP/Profile auth // Splash — brief logo animation before onboarding function GLSplash({ onDone }) { React.useEffect(() => { const t = setTimeout(onDone, 1800); return () => clearTimeout(t); }, []); return (
{s.body}
6-digit code sent to
{email}
Sign in to order & track your pasta
Please accept the Terms to continue.
} {err &&Enter your number — we'll send a 6-digit code.
Please agree to the Terms & Privacy Policy to continue.
)}
Enter the 6-digit code sent via {channelLabel} to
{maskedPhone}
By verifying, you agree to our Lab Terms
By continuing, you agree to our Terms of Service.